bundles/grafana: fix line width for fans
This commit is contained in:
parent
3775bcb9db
commit
92b2e19e44
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ def dashboard_row_sensors(panel_id, node):
|
|||
'values': False
|
||||
},
|
||||
'lines': True,
|
||||
'linewidth': 2,
|
||||
'linewidth': 1,
|
||||
'NonePointMode': 'None',
|
||||
'options': {
|
||||
'alertThreshold': True
|
||||
|
|
Loading…
Reference in a new issue