Skip to content

Commit

Permalink
fix secrets list breadcrumb (#13744)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellobontempo committed Jan 21, 2022
1 parent ea8a44e commit e8596ae
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{#with (options-for-backend @model.engineType) as |options|}}
<PageHeader as |p|>
<p.top>
<KeyValueHeader @baseKey={{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 e8596ae

Please sign in to comment.