mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-08 17:31:07 -04:00
* hide sync billing related details * add beta tags * add csv comments * remaining tests * a couple more tests!
29 lines
No EOL
756 B
Handlebars
29 lines
No EOL
756 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}}
|
|
{{#if this.version.isEnterprise}}
|
|
<Hds::Badge @text="Beta" @color="highlight" @size="large" />
|
|
{{/if}}
|
|
</h1>
|
|
</p.levelLeft>
|
|
|
|
<p.levelRight>
|
|
{{yield to="actions"}}
|
|
</p.levelRight>
|
|
</PageHeader> |