Fix: link on database role item goes to correct URL (#11597)
* Fix: link on database role item goes to correct URL * Add changelog
This commit is contained in:
parent
641a81b74b
commit
6567066d26
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: Fix text link URL on database roles list
|
||||
```
|
|
@ -8,7 +8,7 @@
|
|||
}}
|
||||
<div class="columns is-mobile">
|
||||
<div class="column is-10">
|
||||
<LinkTo @route={{concat "vault.cluster.secrets.backend.show" }} @model={{@item.id}} class="has-text-black has-text-weight-semibold">
|
||||
<LinkTo @route={{concat "vault.cluster.secrets.backend.show" }} @model={{if keyTypeValue (concat 'role/' @item.id) @item.id}} class="has-text-black has-text-weight-semibold">
|
||||
<Icon
|
||||
@glyph="user-square-outline"
|
||||
class="has-text-grey-light is-pulled-left"
|
||||
|
|
Loading…
Reference in New Issue