This commit is contained in:
Christoph Kluge
2026-01-15 18:18:54 +01:00
16 changed files with 334 additions and 233 deletions

View File

@@ -77,14 +77,14 @@ type PlotConfiguration struct {
var UIDefaults = WebConfig{
JobList: JobListConfig{
UsePaging: false,
ShowFootprint: true,
ShowFootprint: false,
},
NodeList: NodeListConfig{
UsePaging: true,
},
JobView: JobViewConfig{
ShowPolarPlot: true,
ShowFootprint: true,
ShowFootprint: false,
ShowRoofline: true,
ShowStatTable: true,
},