From d0abf9a70dbfe3f8aafb011c0386acab0e74d30f Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 13 Apr 2026 12:07:42 -0300 Subject: [PATCH] monitoring: slightly reduce fan activity value font --- scripts/dashboards_render_atlas.py | 1 + services/monitoring/dashboards/atlas-overview.json | 5 ++++- services/monitoring/grafana-dashboard-overview.yaml | 5 ++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index e13b2700..1a0aa37d 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -2076,6 +2076,7 @@ def build_overview(): links=link_to("atlas-power"), orientation="vertical", wide_layout=False, + value_size=26, ) ) panels.append( diff --git a/services/monitoring/dashboards/atlas-overview.json b/services/monitoring/dashboards/atlas-overview.json index beef56e0..c1e6933d 100644 --- a/services/monitoring/dashboards/atlas-overview.json +++ b/services/monitoring/dashboards/atlas-overview.json @@ -1930,7 +1930,10 @@ }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": false + "wideLayout": false, + "text": { + "valueSize": 26 + } }, "links": [ { diff --git a/services/monitoring/grafana-dashboard-overview.yaml b/services/monitoring/grafana-dashboard-overview.yaml index e29ae46a..20d41f7e 100644 --- a/services/monitoring/grafana-dashboard-overview.yaml +++ b/services/monitoring/grafana-dashboard-overview.yaml @@ -1939,7 +1939,10 @@ data: }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": false + "wideLayout": false, + "text": { + "valueSize": 26 + } }, "links": [ {