diff --git a/web/web.go b/web/web.go index b4c3749a..66df18b5 100644 --- a/web/web.go +++ b/web/web.go @@ -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, },