monitoring: slightly reduce fan activity value font

This commit is contained in:
Brad Stein 2026-04-13 12:07:42 -03:00
parent 69ab8805a9
commit d0abf9a70d
3 changed files with 9 additions and 2 deletions

View File

@ -2076,6 +2076,7 @@ def build_overview():
links=link_to("atlas-power"),
orientation="vertical",
wide_layout=False,
value_size=26,
)
)
panels.append(

View File

@ -1930,7 +1930,10 @@
},
"textMode": "name_and_value",
"orientation": "vertical",
"wideLayout": false
"wideLayout": false,
"text": {
"valueSize": 26
}
},
"links": [
{

View File

@ -1939,7 +1939,10 @@ data:
},
"textMode": "name_and_value",
"orientation": "vertical",
"wideLayout": false
"wideLayout": false,
"text": {
"valueSize": 26
}
},
"links": [
{