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": [ {