monitoring: increase ups current stat font size
This commit is contained in:
parent
9f9b00a6fb
commit
d847a731fb
@ -1854,6 +1854,8 @@ def build_overview():
|
|||||||
text_mode="name_and_value",
|
text_mode="name_and_value",
|
||||||
legend="{{metric}}",
|
legend="{{metric}}",
|
||||||
instant=True,
|
instant=True,
|
||||||
|
title_size=14,
|
||||||
|
value_size=30,
|
||||||
field_overrides=[
|
field_overrides=[
|
||||||
{"matcher": {"id": "byName", "options": "Draw"}, "properties": [{"id": "unit", "value": "watt"}]},
|
{"matcher": {"id": "byName", "options": "Draw"}, "properties": [{"id": "unit", "value": "watt"}]},
|
||||||
{"matcher": {"id": "byName", "options": "Runtime"}, "properties": [{"id": "unit", "value": "s"}]},
|
{"matcher": {"id": "byName", "options": "Runtime"}, "properties": [{"id": "unit", "value": "s"}]},
|
||||||
@ -1876,6 +1878,8 @@ def build_overview():
|
|||||||
text_mode="name_and_value",
|
text_mode="name_and_value",
|
||||||
legend="{{metric}}",
|
legend="{{metric}}",
|
||||||
instant=True,
|
instant=True,
|
||||||
|
title_size=14,
|
||||||
|
value_size=30,
|
||||||
field_overrides=[
|
field_overrides=[
|
||||||
{"matcher": {"id": "byName", "options": "Draw"}, "properties": [{"id": "unit", "value": "watt"}]},
|
{"matcher": {"id": "byName", "options": "Draw"}, "properties": [{"id": "unit", "value": "watt"}]},
|
||||||
{"matcher": {"id": "byName", "options": "Runtime"}, "properties": [{"id": "unit", "value": "s"}]},
|
{"matcher": {"id": "byName", "options": "Runtime"}, "properties": [{"id": "unit", "value": "s"}]},
|
||||||
|
|||||||
@ -1154,7 +1154,11 @@
|
|||||||
"fields": "",
|
"fields": "",
|
||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"textMode": "name_and_value"
|
"textMode": "name_and_value",
|
||||||
|
"text": {
|
||||||
|
"titleSize": 14,
|
||||||
|
"valueSize": 30
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
@ -1248,7 +1252,11 @@
|
|||||||
"fields": "",
|
"fields": "",
|
||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"textMode": "name_and_value"
|
"textMode": "name_and_value",
|
||||||
|
"text": {
|
||||||
|
"titleSize": 14,
|
||||||
|
"valueSize": 30
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1163,7 +1163,11 @@ data:
|
|||||||
"fields": "",
|
"fields": "",
|
||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"textMode": "name_and_value"
|
"textMode": "name_and_value",
|
||||||
|
"text": {
|
||||||
|
"titleSize": 14,
|
||||||
|
"valueSize": 30
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
@ -1257,7 +1261,11 @@ data:
|
|||||||
"fields": "",
|
"fields": "",
|
||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"textMode": "name_and_value"
|
"textMode": "name_and_value",
|
||||||
|
"text": {
|
||||||
|
"titleSize": 14,
|
||||||
|
"valueSize": 30
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user