monitoring: slightly reduce fan activity value font
This commit is contained in:
parent
69ab8805a9
commit
d0abf9a70d
@ -2076,6 +2076,7 @@ def build_overview():
|
||||
links=link_to("atlas-power"),
|
||||
orientation="vertical",
|
||||
wide_layout=False,
|
||||
value_size=26,
|
||||
)
|
||||
)
|
||||
panels.append(
|
||||
|
||||
@ -1930,7 +1930,10 @@
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": false,
|
||||
"text": {
|
||||
"valueSize": 26
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
|
||||
@ -1939,7 +1939,10 @@ data:
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": false,
|
||||
"text": {
|
||||
"valueSize": 26
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user