mirror of https://github.com/status-im/consul.git
fix: token list in Role details page is updated with tokens linked to… (#19912)
This commit is contained in:
parent
e8164c7c04
commit
d7e0fca28b
|
@ -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