Skip to content

Commit

Permalink
make sure tabs show up on identity show pages
Browse files Browse the repository at this point in the history
  • Loading branch information
meirish committed Nov 15, 2018
1 parent b97cf85 commit 7eaed6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/templates/vault/cluster/access/identity/show.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="box is-sideless is-fullwidth is-paddingless is-marginless">
<nav class="tabs sub-nav">
<ul>
{{#each (tabs-for-identity-show modennl.identityType model.type) as |tab|}}
{{#each (tabs-for-identity-show model.identityType model.type) as |tab|}}
{{#link-to "vault.cluster.access.identity.show" (pluralize model.identityType) model.id tab tagName="li"}}
{{#link-to "vault.cluster.access.identity.show" (pluralize model.identityType) model.id tab}}
{{capitalize (humanize tab)}}
Expand Down

0 comments on commit 7eaed6c

Please sign in to comment.