23 lines
616 B
Handlebars
23 lines
616 B
Handlebars
<PageHeader as |p|>
|
|
<p.top>
|
|
<KmipBreadcrumb />
|
|
</p.top>
|
|
<p.levelLeft>
|
|
<h1 class="title is-3">
|
|
<Icon @name="secrets" @size="24" class="has-text-grey-light" />
|
|
{{this.secretMountPath.currentPath}}
|
|
</h1>
|
|
</p.levelLeft>
|
|
</PageHeader>
|
|
<div class="tabs-container box is-sideless is-fullwidth is-paddingless is-marginless">
|
|
<nav class="tabs">
|
|
<ul>
|
|
<LinkTo @route="scopes.index" data-test-kmip-link-scopes="true">
|
|
Scopes
|
|
</LinkTo>
|
|
<LinkTo @route="configuration" data-test-kmip-link-config="true">
|
|
Configuration
|
|
</LinkTo>
|
|
</ul>
|
|
</nav>
|
|
</div> |