templates/dashboards: Fixed grafana uids
This way we get a nice URL `.../d/image-builder-(composer|worker)`.
This commit is contained in:
parent
98f5623914
commit
8a8ed14319
2 changed files with 2 additions and 2 deletions
|
|
@ -1323,6 +1323,6 @@ data:
|
|||
},
|
||||
"timezone": "",
|
||||
"title": "Image Builder Composer",
|
||||
"uid": "cNGfs4Knz",
|
||||
"uid": "image-builder-composer",
|
||||
"version": 3
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1771,6 +1771,6 @@ data:
|
|||
},
|
||||
"timezone": "",
|
||||
"title": "Image Builder Worker",
|
||||
"uid": "y8lhL9hnz",
|
||||
"uid": "image-builder-worker",
|
||||
"version": 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue