mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-16 17:51:46 +01:00
Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user