Backport of fix: token list in Role details page is updated with tokens linked to… into release/1.16.x (#19922)
fix: token list in Role details page is updated with tokens linked to… (#19912) Co-authored-by: Valeriia Ruban <valeriia.ruban@hashicorp.com>
This commit is contained in:
parent
3c3e2c48fa
commit
345467536f
|
@ -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