diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index c920a4a7..6c75463a 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -1476,7 +1476,7 @@ def build_overview(): ], links=link_to("atlas-power"), description="Per-UPS live snapshot: draw, discharge runtime, and status.", - orientation="horizontal", + orientation="vertical", wide_layout=False, ) ) @@ -1516,7 +1516,7 @@ def build_overview(): ], links=link_to("atlas-power"), description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.", - orientation="horizontal", + orientation="vertical", wide_layout=False, ) ) @@ -1581,7 +1581,7 @@ def build_overview(): {"matcher": {"id": "byName", "options": "Interior"}, "properties": [{"id": "decimals", "value": 0}]}, ], links=link_to("atlas-power"), - orientation="horizontal", + orientation="vertical", wide_layout=False, ) ) @@ -3515,7 +3515,7 @@ def build_power_dashboard(): {"matcher": {"id": "byRegexp", "options": ".*Discharge$"}, "properties": [{"id": "unit", "value": "s"}]}, {"matcher": {"id": "byRegexp", "options": ".*Status$"}, "properties": [{"id": "mappings", "value": status_mapping}]}, ], - orientation="horizontal", + orientation="vertical", wide_layout=False, description=( "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status." @@ -3556,7 +3556,7 @@ def build_power_dashboard(): {"matcher": {"id": "byName", "options": "Humidity"}, "properties": [{"id": "unit", "value": "percent"}]}, {"matcher": {"id": "byName", "options": "Pressure"}, "properties": [{"id": "unit", "value": "suffix:kPa"}]}, ], - orientation="horizontal", + orientation="vertical", wide_layout=False, description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.", ) @@ -3627,7 +3627,7 @@ def build_power_dashboard(): {"matcher": {"id": "byName", "options": "Inlet Out"}, "properties": [{"id": "decimals", "value": 0}]}, {"matcher": {"id": "byName", "options": "Interior"}, "properties": [{"id": "decimals", "value": 0}]}, ], - orientation="horizontal", + orientation="vertical", wide_layout=False, description="Current fan activity levels: outlet, inlet in, inlet out, interior (0-10).", ) diff --git a/services/monitoring/dashboards/atlas-overview.json b/services/monitoring/dashboards/atlas-overview.json index 6fa5e8a3..d7994b27 100644 --- a/services/monitoring/dashboards/atlas-overview.json +++ b/services/monitoring/dashboards/atlas-overview.json @@ -1180,7 +1180,7 @@ "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false }, "links": [ @@ -1356,7 +1356,7 @@ "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false }, "links": [ @@ -1574,7 +1574,7 @@ "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false }, "links": [ diff --git a/services/monitoring/dashboards/atlas-power.json b/services/monitoring/dashboards/atlas-power.json index 354ab430..bf3a0bc0 100644 --- a/services/monitoring/dashboards/atlas-power.json +++ b/services/monitoring/dashboards/atlas-power.json @@ -114,7 +114,7 @@ "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false }, "description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status." @@ -277,7 +277,7 @@ "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false }, "description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure." @@ -498,7 +498,7 @@ "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false }, "description": "Current fan activity levels: outlet, inlet in, inlet out, interior (0-10)." diff --git a/services/monitoring/grafana-dashboard-overview.yaml b/services/monitoring/grafana-dashboard-overview.yaml index e5c0ca04..d1608b71 100644 --- a/services/monitoring/grafana-dashboard-overview.yaml +++ b/services/monitoring/grafana-dashboard-overview.yaml @@ -1189,7 +1189,7 @@ data: "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false }, "links": [ @@ -1365,7 +1365,7 @@ data: "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false }, "links": [ @@ -1583,7 +1583,7 @@ data: "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false }, "links": [ diff --git a/services/monitoring/grafana-dashboard-power.yaml b/services/monitoring/grafana-dashboard-power.yaml index 3e31d35d..191b25a8 100644 --- a/services/monitoring/grafana-dashboard-power.yaml +++ b/services/monitoring/grafana-dashboard-power.yaml @@ -123,7 +123,7 @@ data: "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false }, "description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status." @@ -286,7 +286,7 @@ data: "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false }, "description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure." @@ -507,7 +507,7 @@ data: "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false }, "description": "Current fan activity levels: outlet, inlet in, inlet out, interior (0-10)."