UI/Fixes secrets list breadcrumb (#13604)
* fixes basekey param * adds changelog
This commit is contained in:
parent
15bd5fd6b6
commit
9956c051d2
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: Fixes breadcrumb bug for secrets navigation
|
||||
```
|
|
@ -1,7 +1,7 @@
|
|||
{{#with (options-for-backend @model.engineType) as |options|}}
|
||||
<PageHeader as |p|>
|
||||
<p.top>
|
||||
<KeyValueHeader @baseKey={{this.baseKey}} @path="vault.cluster.secrets.backend.list" @root={{@backendCrumb}}>
|
||||
<KeyValueHeader @baseKey={{@baseKey}} @path="vault.cluster.secrets.backend.list" @root={{@backendCrumb}}>
|
||||
<li>
|
||||
<span class="sep">
|
||||
/
|
||||
|
|
Loading…
Reference in New Issue