bundles/grafana: fix line width for lm-sensors dashboard row
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
db83b1614b
commit
840d8228ed
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,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