mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-16 01:31:45 +01:00
Make polarplot default in Jobview
This commit is contained in:
@@ -77,14 +77,14 @@ type PlotConfiguration struct {
|
|||||||
var UIDefaults = WebConfig{
|
var UIDefaults = WebConfig{
|
||||||
JobList: JobListConfig{
|
JobList: JobListConfig{
|
||||||
UsePaging: false,
|
UsePaging: false,
|
||||||
ShowFootprint: true,
|
ShowFootprint: false,
|
||||||
},
|
},
|
||||||
NodeList: NodeListConfig{
|
NodeList: NodeListConfig{
|
||||||
UsePaging: true,
|
UsePaging: true,
|
||||||
},
|
},
|
||||||
JobView: JobViewConfig{
|
JobView: JobViewConfig{
|
||||||
ShowPolarPlot: true,
|
ShowPolarPlot: true,
|
||||||
ShowFootprint: true,
|
ShowFootprint: false,
|
||||||
ShowRoofline: true,
|
ShowRoofline: true,
|
||||||
ShowStatTable: true,
|
ShowStatTable: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user