fix: grafana error 7 (#30)

This commit is contained in:
2023-08-07 16:31:25 +08:00
committed by GitHub
parent 7866e6cbbf
commit 1818308508
3 changed files with 3 additions and 12 deletions

View File

@@ -28,7 +28,7 @@
"links": [],
"liveNow": false,
"panels": [
%for grafana_dict in grafana_list:
% for grafana_dict in grafana_list:
{
"aliasColors": {},
"bars": false,
@@ -115,12 +115,8 @@
"yaxis": {
"align": false
}
%if ${grafana_dict['is_last']} == '1':
}
%else:
},
%endif
%endfor
% endfor
],
"refresh": "3s",
"schemaVersion": 36,