mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
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:
3
changelog/11597.txt
Normal file
3
changelog/11597.txt
Normal file
@@ -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="columns is-mobile">
|
||||||
<div class="column is-10">
|
<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
|
<Icon
|
||||||
@glyph="user-square-outline"
|
@glyph="user-square-outline"
|
||||||
class="has-text-grey-light is-pulled-left"
|
class="has-text-grey-light is-pulled-left"
|
||||||
|
|||||||
Reference in New Issue
Block a user