diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index 25743ec2..2bf09ca6 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -1389,7 +1389,7 @@ def build_overview(): links=link_to("atlas-power"), description="Per-UPS live snapshot: current draw, discharge, and charging/discharging status.", orientation="horizontal", - wide_layout=True, + wide_layout=False, graph_mode="none", justify_mode="auto", ) @@ -1435,7 +1435,7 @@ def build_overview(): links=link_to("atlas-power"), description="Current tent values on one row: temperature (C/F), humidity (RH), and pressure proxy (VPD).", orientation="horizontal", - wide_layout=True, + wide_layout=False, graph_mode="none", justify_mode="auto", ) @@ -1500,7 +1500,7 @@ def build_overview(): }, links=link_to("atlas-power"), orientation="horizontal", - wide_layout=True, + wide_layout=False, graph_mode="none", justify_mode="auto", ) @@ -3291,7 +3291,7 @@ def build_power_dashboard(): }, ], orientation="horizontal", - wide_layout=True, + wide_layout=False, graph_mode="none", justify_mode="auto", description=( @@ -3338,7 +3338,7 @@ def build_power_dashboard(): {"matcher": {"id": "byName", "options": "Tent Pressure (VPD kPa)"}, "properties": [{"id": "unit", "value": "suffix:kPa"}]}, ], orientation="horizontal", - wide_layout=True, + wide_layout=False, graph_mode="none", justify_mode="auto", description="Current tent temperature in C/F, humidity, and pressure proxy (VPD kPa).", @@ -3409,7 +3409,7 @@ def build_power_dashboard(): ], }, orientation="horizontal", - wide_layout=True, + wide_layout=False, graph_mode="none", justify_mode="auto", description="Current fan activity levels (0-10): inside outlet, inside inlet, outside inlet, and interior fans.", diff --git a/services/monitoring/dashboards/atlas-overview.json b/services/monitoring/dashboards/atlas-overview.json index 2c0beb71..5e170187 100644 --- a/services/monitoring/dashboards/atlas-overview.json +++ b/services/monitoring/dashboards/atlas-overview.json @@ -1283,7 +1283,7 @@ }, "textMode": "name_and_value", "orientation": "horizontal", - "wideLayout": true + "wideLayout": false }, "links": [ { @@ -1477,7 +1477,7 @@ }, "textMode": "name_and_value", "orientation": "horizontal", - "wideLayout": true + "wideLayout": false }, "links": [ { @@ -1664,7 +1664,7 @@ }, "textMode": "name_and_value", "orientation": "horizontal", - "wideLayout": true + "wideLayout": false }, "links": [ { diff --git a/services/monitoring/dashboards/atlas-power.json b/services/monitoring/dashboards/atlas-power.json index bd2911f4..35c5a7f1 100644 --- a/services/monitoring/dashboards/atlas-power.json +++ b/services/monitoring/dashboards/atlas-power.json @@ -217,7 +217,7 @@ }, "textMode": "name_and_value", "orientation": "horizontal", - "wideLayout": true + "wideLayout": false }, "description": "Per-UPS live snapshot: current draw in watts, estimated battery runtime if discharge started now, and charging/discharging status." }, @@ -398,7 +398,7 @@ }, "textMode": "name_and_value", "orientation": "horizontal", - "wideLayout": true + "wideLayout": false }, "description": "Current tent temperature in C/F, humidity, and pressure proxy (VPD kPa)." }, @@ -588,7 +588,7 @@ }, "textMode": "name_and_value", "orientation": "horizontal", - "wideLayout": true + "wideLayout": false }, "description": "Current fan activity levels (0-10): inside outlet, inside inlet, outside inlet, and interior fans." }, diff --git a/services/monitoring/grafana-dashboard-overview.yaml b/services/monitoring/grafana-dashboard-overview.yaml index 63389793..2858e34a 100644 --- a/services/monitoring/grafana-dashboard-overview.yaml +++ b/services/monitoring/grafana-dashboard-overview.yaml @@ -1292,7 +1292,7 @@ data: }, "textMode": "name_and_value", "orientation": "horizontal", - "wideLayout": true + "wideLayout": false }, "links": [ { @@ -1486,7 +1486,7 @@ data: }, "textMode": "name_and_value", "orientation": "horizontal", - "wideLayout": true + "wideLayout": false }, "links": [ { @@ -1673,7 +1673,7 @@ data: }, "textMode": "name_and_value", "orientation": "horizontal", - "wideLayout": true + "wideLayout": false }, "links": [ { diff --git a/services/monitoring/grafana-dashboard-power.yaml b/services/monitoring/grafana-dashboard-power.yaml index 780d5518..7d6be024 100644 --- a/services/monitoring/grafana-dashboard-power.yaml +++ b/services/monitoring/grafana-dashboard-power.yaml @@ -226,7 +226,7 @@ data: }, "textMode": "name_and_value", "orientation": "horizontal", - "wideLayout": true + "wideLayout": false }, "description": "Per-UPS live snapshot: current draw in watts, estimated battery runtime if discharge started now, and charging/discharging status." }, @@ -407,7 +407,7 @@ data: }, "textMode": "name_and_value", "orientation": "horizontal", - "wideLayout": true + "wideLayout": false }, "description": "Current tent temperature in C/F, humidity, and pressure proxy (VPD kPa)." }, @@ -597,7 +597,7 @@ data: }, "textMode": "name_and_value", "orientation": "horizontal", - "wideLayout": true + "wideLayout": false }, "description": "Current fan activity levels (0-10): inside outlet, inside inlet, outside inlet, and interior fans." },