templates/dashboards: Fix tenant name to org id mapping
The crc stage tenant and fedora stage tenant were mixed up.
This commit is contained in:
parent
cb38a92a39
commit
db978c32bd
1 changed files with 2 additions and 2 deletions
|
|
@ -2700,12 +2700,12 @@ data:
|
|||
{
|
||||
"selected": false,
|
||||
"text": "crc stage",
|
||||
"value": "org-15842261"
|
||||
"value": "org-15877963"
|
||||
},
|
||||
{
|
||||
"selected": false,
|
||||
"text": "fedora stage",
|
||||
"value": "org-15877963"
|
||||
"value": "org-15842261"
|
||||
},
|
||||
{
|
||||
"selected": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue