mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-14 20:04:13 -04:00
* Revert "hide sync billing related details" This reverts commit26d24d9e78. * Revert "add beta tags" This reverts commita9837bce0b. * final cleanup from remaining SYNC BETA comments * fix line chart scale * update sync copy * update test
26 lines
No EOL
633 B
Handlebars
26 lines
No EOL
633 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<PageHeader as |p|>
|
|
<p.top>
|
|
<Page::Breadcrumbs @breadcrumbs={{or @breadcrumbs (array (hash label="Secrets Sync"))}} />
|
|
</p.top>
|
|
|
|
<p.levelLeft>
|
|
<h1 class="title is-3 has-bottom-margin-m" data-test-page-title>
|
|
{{#if @icon}}
|
|
<Icon @name={{@icon}} @size="24" />
|
|
{{/if}}
|
|
{{@title}}
|
|
{{#if this.version.isCommunity}}
|
|
<Hds::Badge @text="Enterprise feature" @color="highlight" @size="large" />
|
|
{{/if}}
|
|
</h1>
|
|
</p.levelLeft>
|
|
|
|
<p.levelRight>
|
|
{{yield to="actions"}}
|
|
</p.levelRight>
|
|
</PageHeader> |