diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index 6c75463a..2092e9cf 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -1477,7 +1477,7 @@ def build_overview(): links=link_to("atlas-power"), description="Per-UPS live snapshot: draw, discharge runtime, and status.", orientation="vertical", - wide_layout=False, + wide_layout=True, ) ) panels.append( @@ -1517,7 +1517,7 @@ def build_overview(): links=link_to("atlas-power"), description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.", orientation="vertical", - wide_layout=False, + wide_layout=True, ) ) panels.append( @@ -3516,7 +3516,7 @@ def build_power_dashboard(): {"matcher": {"id": "byRegexp", "options": ".*Status$"}, "properties": [{"id": "mappings", "value": status_mapping}]}, ], orientation="vertical", - wide_layout=False, + wide_layout=True, description=( "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status." ), @@ -3557,7 +3557,7 @@ def build_power_dashboard(): {"matcher": {"id": "byName", "options": "Pressure"}, "properties": [{"id": "unit", "value": "suffix:kPa"}]}, ], orientation="vertical", - wide_layout=False, + wide_layout=True, description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.", ) ) diff --git a/services/monitoring/dashboards/atlas-overview.json b/services/monitoring/dashboards/atlas-overview.json index d7994b27..54fa28df 100644 --- a/services/monitoring/dashboards/atlas-overview.json +++ b/services/monitoring/dashboards/atlas-overview.json @@ -1181,7 +1181,7 @@ }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": false + "wideLayout": true }, "links": [ { @@ -1357,7 +1357,7 @@ }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": false + "wideLayout": true }, "links": [ { diff --git a/services/monitoring/dashboards/atlas-power.json b/services/monitoring/dashboards/atlas-power.json index bf3a0bc0..27ef3288 100644 --- a/services/monitoring/dashboards/atlas-power.json +++ b/services/monitoring/dashboards/atlas-power.json @@ -115,7 +115,7 @@ }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": false + "wideLayout": true }, "description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status." }, @@ -278,7 +278,7 @@ }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": false + "wideLayout": true }, "description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure." }, diff --git a/services/monitoring/grafana-dashboard-overview.yaml b/services/monitoring/grafana-dashboard-overview.yaml index d1608b71..e8c17932 100644 --- a/services/monitoring/grafana-dashboard-overview.yaml +++ b/services/monitoring/grafana-dashboard-overview.yaml @@ -1190,7 +1190,7 @@ data: }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": false + "wideLayout": true }, "links": [ { @@ -1366,7 +1366,7 @@ data: }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": false + "wideLayout": true }, "links": [ { diff --git a/services/monitoring/grafana-dashboard-power.yaml b/services/monitoring/grafana-dashboard-power.yaml index 191b25a8..fcecd51c 100644 --- a/services/monitoring/grafana-dashboard-power.yaml +++ b/services/monitoring/grafana-dashboard-power.yaml @@ -124,7 +124,7 @@ data: }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": false + "wideLayout": true }, "description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status." }, @@ -287,7 +287,7 @@ data: }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": false + "wideLayout": true }, "description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure." },