2018-04-03 14:16:57 +00:00
|
|
|
<header class="page-header">
|
|
|
|
<div class="level">
|
|
|
|
<div class="level-left">
|
|
|
|
<h1 class="title is-3">
|
|
|
|
{{capitalize (pluralize identityType)}}
|
|
|
|
</h1>
|
|
|
|
</div>
|
|
|
|
<div class="level-right">
|
|
|
|
{{#if (eq identityType "entity")}}
|
2018-05-24 03:10:21 +00:00
|
|
|
<a href="{{href-to 'vault.cluster.access.identity.merge' (pluralize identityType)}}" class="button has-icon-right is-ghost is-compact" data-test-entity-merge-link=true>
|
2018-04-03 14:16:57 +00:00
|
|
|
Merge {{pluralize identityType}}
|
|
|
|
{{i-con glyph="chevron-right" size=11}}
|
|
|
|
</a>
|
|
|
|
{{/if}}
|
2018-05-24 03:10:21 +00:00
|
|
|
<a href="{{href-to 'vault.cluster.access.identity.create' (pluralize identityType)}}" class="button has-icon-right is-ghost is-compact" data-test-entity-create-link=true>
|
2018-04-03 14:16:57 +00:00
|
|
|
Create {{identityType}}
|
|
|
|
{{i-con glyph="chevron-right" size=11}}
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<div class="box is-sideless is-fullwidth is-paddingless is-marginless">
|
|
|
|
<nav class="tabs sub-nav">
|
|
|
|
<ul>
|
|
|
|
{{#link-to "vault.cluster.access.identity.index" tagName="li"}}
|
2018-04-05 21:08:18 +00:00
|
|
|
<a href={{href-to "vault.cluster.access.identity.index" (pluralize identityType)}}>
|
2018-04-03 14:16:57 +00:00
|
|
|
{{capitalize (pluralize identityType)}}
|
|
|
|
</a>
|
|
|
|
{{/link-to}}
|
|
|
|
{{#link-to "vault.cluster.access.identity.aliases.index" tagName="li"}}
|
2018-04-05 21:08:18 +00:00
|
|
|
<a href={{href-to "vault.cluster.access.identity.aliases.index" (pluralize identityType)}}>
|
2018-04-03 14:16:57 +00:00
|
|
|
Aliases
|
|
|
|
</a>
|
|
|
|
{{/link-to}}
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
<div class="box is-sideless has-background-grey-lighter has-short-padding is-marginless">
|
|
|
|
<div class="level">
|
|
|
|
<div class="level-left">
|
|
|
|
{{identity/lookup-input type=identityType}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|