diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index 45a28730..bf389e20 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -1499,7 +1499,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, title_size=14, value_size=24, @@ -1544,7 +1544,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, title_size=16, value_size=28, @@ -1611,7 +1611,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, ) ) @@ -3568,7 +3568,7 @@ def build_power_dashboard(): {"matcher": {"id": "byRegexp", "options": ".*Draw$"}, "properties": [{"id": "unit", "value": "watt"}]}, {"matcher": {"id": "byRegexp", "options": ".*Runtime$"}, "properties": [{"id": "unit", "value": "s"}]}, ], - orientation="horizontal", + orientation="vertical", wide_layout=False, title_size=14, value_size=24, diff --git a/services/monitoring/dashboards/atlas-overview.json b/services/monitoring/dashboards/atlas-overview.json index 96a964cb..6d4d0f65 100644 --- a/services/monitoring/dashboards/atlas-overview.json +++ b/services/monitoring/dashboards/atlas-overview.json @@ -1162,7 +1162,7 @@ "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false, "text": { "titleSize": 14, @@ -1348,7 +1348,7 @@ "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false, "text": { "titleSize": 16, @@ -1570,7 +1570,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 e57f6074..4d330a5f 100644 --- a/services/monitoring/dashboards/atlas-power.json +++ b/services/monitoring/dashboards/atlas-power.json @@ -96,7 +96,7 @@ "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false, "text": { "titleSize": 14, diff --git a/services/monitoring/grafana-dashboard-overview.yaml b/services/monitoring/grafana-dashboard-overview.yaml index db259479..c1789245 100644 --- a/services/monitoring/grafana-dashboard-overview.yaml +++ b/services/monitoring/grafana-dashboard-overview.yaml @@ -1171,7 +1171,7 @@ data: "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false, "text": { "titleSize": 14, @@ -1357,7 +1357,7 @@ data: "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false, "text": { "titleSize": 16, @@ -1579,7 +1579,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 7ccaab72..31eb8ff1 100644 --- a/services/monitoring/grafana-dashboard-power.yaml +++ b/services/monitoring/grafana-dashboard-power.yaml @@ -105,7 +105,7 @@ data: "values": false }, "textMode": "name_and_value", - "orientation": "horizontal", + "orientation": "vertical", "wideLayout": false, "text": { "titleSize": 14,