Skip to content

Commit 7473b5a

Browse files
committed
chore: Remove empty version fields from Grafana dashboard
This was needed to be able to upload a new revision at https://grafana.com/grafana/dashboards/15314-kubewarden/?tab=revisions Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
1 parent 070f362 commit 7473b5a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

kubewarden-dashboard.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
{
2121
"type": "panel",
2222
"id": "heatmap",
23-
"name": "Heatmap",
24-
"version": ""
23+
"name": "Heatmap"
2524
},
2625
{
2726
"type": "datasource",
@@ -32,14 +31,12 @@
3231
{
3332
"type": "panel",
3433
"id": "stat",
35-
"name": "Stat",
36-
"version": ""
34+
"name": "Stat"
3735
},
3836
{
3937
"type": "panel",
4038
"id": "timeseries",
41-
"name": "Time series",
42-
"version": ""
39+
"name": "Time series"
4340
}
4441
],
4542
"annotations": {

0 commit comments

Comments
 (0)