mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00: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:
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
|
||||
|
||||
Reference in New Issue
Block a user