Skip to content

Commit

Permalink
UI/Fixes secrets list breadcrumb (hashicorp#13604)
Browse files Browse the repository at this point in the history
* fixes basekey param

* adds changelog
  • Loading branch information
hellobontempo authored and Artem Alexandrov committed Feb 4, 2022
1 parent e676f5f commit 19f7aa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/13604.txt
@@ -0,0 +1,3 @@
```release-note:bug
ui: Fixes breadcrumb bug for secrets navigation
```
2 changes: 1 addition & 1 deletion ui/app/templates/components/secret-list-header.hbs
@@ -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">
/
Expand Down

0 comments on commit 19f7aa2

Please sign in to comment.