templates/dashboards: Fixed grafana uids

This way we get a nice URL `.../d/image-builder-(composer|worker)`.
This commit is contained in:
sanne 2022-01-18 22:26:28 +01:00 committed by Sanne Raymaekers
parent 98f5623914
commit 8a8ed14319
2 changed files with 2 additions and 2 deletions

View file

@ -1323,6 +1323,6 @@ data:
},
"timezone": "",
"title": "Image Builder Composer",
"uid": "cNGfs4Knz",
"uid": "image-builder-composer",
"version": 3
}

View file

@ -1771,6 +1771,6 @@ data:
},
"timezone": "",
"title": "Image Builder Worker",
"uid": "y8lhL9hnz",
"uid": "image-builder-worker",
"version": 1
}