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"),
|
links=link_to("atlas-power"),
|
||||||
orientation="vertical",
|
orientation="vertical",
|
||||||
wide_layout=False,
|
wide_layout=False,
|
||||||
|
value_size=26,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
panels.append(
|
panels.append(
|
||||||
|
|||||||
@ -1930,7 +1930,10 @@
|
|||||||
},
|
},
|
||||||
"textMode": "name_and_value",
|
"textMode": "name_and_value",
|
||||||
"orientation": "vertical",
|
"orientation": "vertical",
|
||||||
"wideLayout": false
|
"wideLayout": false,
|
||||||
|
"text": {
|
||||||
|
"valueSize": 26
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1939,7 +1939,10 @@ data:
|
|||||||
},
|
},
|
||||||
"textMode": "name_and_value",
|
"textMode": "name_and_value",
|
||||||
"orientation": "vertical",
|
"orientation": "vertical",
|
||||||
"wideLayout": false
|
"wideLayout": false,
|
||||||
|
"text": {
|
||||||
|
"valueSize": 26
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user