mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 15:11:07 +02:00
* core: run colocated components codemod * kmip: run colocated components codemod * replication: run colocated components codemod * core: remove manual setting of templates with setComponentTemplate * run prettier
28 lines
740 B
Handlebars
28 lines
740 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
}}
|
|
|
|
<PageHeader as |p|>
|
|
<p.top>
|
|
<KmipBreadcrumb @currentRoute={{this.secretMountPath.currentPath}} />
|
|
</p.top>
|
|
<p.levelLeft>
|
|
<h1 class="title is-3">
|
|
<Icon @name="lock" @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> |