mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
UI: fixes link from to show page from entity policies list (#17950)
* wait for policy capabilities to load * add changelog * fix tests * revert template
This commit is contained in:
parent
1362848561
commit
4e1958c07c
2 changed files with 4 additions and 1 deletions
3
changelog/17950.txt
Normal file
3
changelog/17950.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: fix entity policies list link to policy show page
|
||||
```
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{{#each @model.policies as |policyName|}}
|
||||
<LinkedBlock @params={{array "vault.cluster.policy.show" "acl" this.item}} class="list-item-row">
|
||||
<LinkedBlock @params={{array "vault.cluster.policy.show" "acl" policyName}} class="list-item-row">
|
||||
<div class="columns is-mobile">
|
||||
<div class="column is-10">
|
||||
<LinkTo
|
||||
|
|
|
|||
Loading…
Reference in a new issue