mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 15:11:07 +02:00
17 lines
505 B
Handlebars
17 lines
505 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
}}
|
|
|
|
<PageHeader as |p|>
|
|
<p.levelLeft>
|
|
<h1 class="title is-3" data-test-dashboard-card-header="Vault version">
|
|
Vault
|
|
{{@version.versionDisplay}}
|
|
{{#if @version.isEnterprise}}
|
|
<Hds::Badge @text={{this.namespace.currentNamespace}} @icon="org" data-test-badge-namespace />
|
|
{{/if}}
|
|
</h1>
|
|
</p.levelLeft>
|
|
</PageHeader>
|
|
<hr class="has-top-margin-xxs has-bottom-margin-l has-background-gray-200" /> |