Skip to content

Commit

Permalink
templates/dashboards: fix community-stage tenant variable
Browse files Browse the repository at this point in the history
A space is necessary before and after the colon separating the key and
the value.

[skip ci]
  • Loading branch information
croissanne committed May 8, 2024
1 parent 9c047cd commit c886d6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ data:
"value": "org-16135456"
}
],
"query": "crc stage : org-15877963,fedora stage : org-15842261,brew stage : org-16133643,crc production : org-15885990,fedora production : org-16057323,brew production : org-16135456",
"query": "crc stage : org-15877963,fedora stage : org-15842261,brew stage : org-16133643,community stage : org-17546013,crc production : org-15885990,fedora production : org-16057323,brew production : org-16135456",
"queryValue": "",
"skipUrlSync": false,
"type": "custom"
Expand Down Expand Up @@ -1119,6 +1119,6 @@ data:
"timezone": "",
"title": "Image Builder Worker API",
"uid": "image-builder-worker-api",
"version": 2,
"version": 3,
"weekStart": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -1861,7 +1861,7 @@ data:
"value": "org-16135456"
}
],
"query": "crc stage : org-15877963,fedora stage : org-15842261,brew stage : org-16133643,community stage: org-17546013,crc production : org-15885990,fedora production : org-16057323,brew production : org-16135456",
"query": "crc stage : org-15877963,fedora stage : org-15842261,brew stage : org-16133643,community stage : org-17546013,crc production : org-15885990,fedora production : org-16057323,brew production : org-16135456",
"queryValue": "",
"skipUrlSync": false,
"type": "custom"
Expand Down Expand Up @@ -2064,6 +2064,6 @@ data:
"timezone": "",
"title": "Image Builder Worker Job Stats",
"uid": "image-builder-worker",
"version": 16,
"version": 17,
"weekStart": ""
}

0 comments on commit c886d6c

Please sign in to comment.