diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index 969d0cd3..c6c89ae8 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -1486,8 +1486,6 @@ def build_overview(): description="Per-UPS live snapshot: draw, discharge runtime, and status.", orientation="vertical", wide_layout=True, - title_size=12, - value_size=20, ) ) panels.append( @@ -1528,8 +1526,6 @@ def build_overview(): description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.", orientation="vertical", wide_layout=True, - title_size=18, - value_size=36, ) ) panels.append( @@ -3559,8 +3555,6 @@ def build_power_dashboard(): ], orientation="vertical", wide_layout=True, - title_size=12, - value_size=20, description=( "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status." ), @@ -3602,8 +3596,6 @@ def build_power_dashboard(): ], orientation="vertical", wide_layout=True, - title_size=18, - value_size=36, 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 79b7b2b1..54fa28df 100644 --- a/services/monitoring/dashboards/atlas-overview.json +++ b/services/monitoring/dashboards/atlas-overview.json @@ -1181,11 +1181,7 @@ }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": true, - "text": { - "titleSize": 12, - "valueSize": 20 - } + "wideLayout": true }, "links": [ { @@ -1361,11 +1357,7 @@ }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": true, - "text": { - "titleSize": 18, - "valueSize": 36 - } + "wideLayout": true }, "links": [ { diff --git a/services/monitoring/dashboards/atlas-power.json b/services/monitoring/dashboards/atlas-power.json index d7951021..27ef3288 100644 --- a/services/monitoring/dashboards/atlas-power.json +++ b/services/monitoring/dashboards/atlas-power.json @@ -115,11 +115,7 @@ }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": true, - "text": { - "titleSize": 12, - "valueSize": 20 - } + "wideLayout": true }, "description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status." }, @@ -282,11 +278,7 @@ }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": true, - "text": { - "titleSize": 18, - "valueSize": 36 - } + "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 d9dcac07..e8c17932 100644 --- a/services/monitoring/grafana-dashboard-overview.yaml +++ b/services/monitoring/grafana-dashboard-overview.yaml @@ -1190,11 +1190,7 @@ data: }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": true, - "text": { - "titleSize": 12, - "valueSize": 20 - } + "wideLayout": true }, "links": [ { @@ -1370,11 +1366,7 @@ data: }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": true, - "text": { - "titleSize": 18, - "valueSize": 36 - } + "wideLayout": true }, "links": [ { diff --git a/services/monitoring/grafana-dashboard-power.yaml b/services/monitoring/grafana-dashboard-power.yaml index f3fe7057..fcecd51c 100644 --- a/services/monitoring/grafana-dashboard-power.yaml +++ b/services/monitoring/grafana-dashboard-power.yaml @@ -124,11 +124,7 @@ data: }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": true, - "text": { - "titleSize": 12, - "valueSize": 20 - } + "wideLayout": true }, "description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status." }, @@ -291,11 +287,7 @@ data: }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": true, - "text": { - "titleSize": 18, - "valueSize": 36 - } + "wideLayout": true }, "description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure." },