mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 12:07:02 +02:00
20 lines
467 B
Handlebars
20 lines
467 B
Handlebars
{{#if (eq model.mode 'unsupported')}}
|
|
<PageHeader as |p|>
|
|
<p.levelLeft>
|
|
<h1 class="title is-3 has-text-grey">
|
|
Replication unsupported
|
|
</h1>
|
|
</p.levelLeft>
|
|
</PageHeader>
|
|
<EmptyState
|
|
@title="The current cluster configuration does not support replication"
|
|
/>
|
|
{{else}}
|
|
<ReplicationSummary
|
|
@cluster={{model}}
|
|
@showModeSummary={{true}}
|
|
@onEnable={{action "onEnable"}}
|
|
@onDisable={{action "onDisable"}}
|
|
/>
|
|
{{/if}}
|