Skip to content

Commit

Permalink
chore: Remove empty version fields from Grafana dashboard
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
viccuad committed Nov 28, 2023
1 parent 070f362 commit 7473b5a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions kubewarden-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
{
"type": "panel",
"id": "heatmap",
"name": "Heatmap",
"version": ""
"name": "Heatmap"
},
{
"type": "datasource",
Expand All @@ -32,14 +31,12 @@
{
"type": "panel",
"id": "stat",
"name": "Stat",
"version": ""
"name": "Stat"
},
{
"type": "panel",
"id": "timeseries",
"name": "Time series",
"version": ""
"name": "Time series"
}
],
"annotations": {
Expand Down

0 comments on commit 7473b5a

Please sign in to comment.