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 {
|
.p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.has-top {
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.has-text-highlight {
|
||||||
|
color: $yellow-500;
|
||||||
}
|
}
|
||||||
|
@ -142,6 +142,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{{#if (eq mode 'secondary')}}
|
{{#if (eq mode 'secondary')}}
|
||||||
<AlertInline
|
<AlertInline
|
||||||
|
@class="has-top"
|
||||||
@type="warning"
|
@type="warning"
|
||||||
@message="This will immediately clear all data in this cluster!"
|
@message="This will immediately clear all data in this cluster!"
|
||||||
/>
|
/>
|
||||||
|
@ -46,6 +46,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<AlertInline
|
<AlertInline
|
||||||
|
@class="has-top"
|
||||||
@type="warning"
|
@type="warning"
|
||||||
@message="Forcing promotion could result in data loss if data isn't fully replicated. Force promotion
|
@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."
|
promotes the cluster even if certain safety checks fail."
|
||||||
@ -104,6 +105,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<AlertInline
|
<AlertInline
|
||||||
|
@class="has-top"
|
||||||
@type="warning"
|
@type="warning"
|
||||||
@message="Forcing promotion could result in data loss if data isn't fully replicated. Force promotion
|
@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."
|
promotes the cluster even if certain safety checks fail."
|
||||||
|
Loading…
Reference in New Issue
Block a user