mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-14 18:47:01 +02:00
style replication management warnings (#5852)
This commit is contained in:
parent
4829a8b175
commit
c2fd8b408b
@ -110,4 +110,12 @@
|
||||
.p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
&.has-top {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.has-text-highlight {
|
||||
color: $yellow-500;
|
||||
}
|
||||
|
@ -141,10 +141,11 @@
|
||||
</select>
|
||||
</div>
|
||||
{{#if (eq mode 'secondary')}}
|
||||
<AlertInline
|
||||
@type="warning"
|
||||
@message="This will immediately clear all data in this cluster!"
|
||||
/>
|
||||
<AlertInline
|
||||
@class="has-top"
|
||||
@type="warning"
|
||||
@message="This will immediately clear all data in this cluster!"
|
||||
/>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{#if (eq mode 'primary')}}
|
||||
|
@ -46,6 +46,7 @@
|
||||
</label>
|
||||
</div>
|
||||
<AlertInline
|
||||
@class="has-top"
|
||||
@type="warning"
|
||||
@message="Forcing promotion could result in data loss if data isn't fully replicated. Force promotion
|
||||
promotes the cluster even if certain safety checks fail."
|
||||
@ -104,6 +105,7 @@
|
||||
</label>
|
||||
</div>
|
||||
<AlertInline
|
||||
@class="has-top"
|
||||
@type="warning"
|
||||
@message="Forcing promotion could result in data loss if data isn't fully replicated. Force promotion
|
||||
promotes the cluster even if certain safety checks fail."
|
||||
|
Loading…
Reference in New Issue
Block a user