bundles/grafana: set decimals=0 for fan speed info
This commit is contained in:
parent
8d331b0086
commit
68865895e5
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ def dashboard_row_sensors(panel_id, node):
|
||||||
'max': None,
|
'max': None,
|
||||||
'min': 0,
|
'min': 0,
|
||||||
'show': True,
|
'show': True,
|
||||||
|
'decimals': 0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'format': 'short',
|
'format': 'short',
|
||||||
|
|
Loading…
Reference in a new issue