mirror of https://github.com/hashicorp/consul
Backport of fix: token list in Role details page is updated with tokens linked to… into release/1.17.x (#19923)
fix: token list in Role details page is updated with tokens linked to… (#19912) Co-authored-by: Valeriia Ruban <valeriia.ruban@hashicorp.com>release/1.17.1
parent
c4caa3147d
commit
38074d08f7
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: update token list on Role details page to show only linked tokens
|
||||
```
|
|
@ -18,7 +18,7 @@
|
|||
partition=partition
|
||||
nspace=nspace
|
||||
dc=dc
|
||||
id=(or id '')
|
||||
id=(if item item.ID '')
|
||||
)
|
||||
}}
|
||||
as |loader|>
|
||||
|
|
Loading…
Reference in New Issue