test(adminui): close Phase 6 review test-gaps + Enterprise-delete warning
This commit is contained in:
@@ -80,6 +80,10 @@
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>Delete <span class="mono">@_confirmNode.DisplayName</span>? This cannot be undone.</p>
|
||||
@if (_confirmNode.Kind == UnsNodeKind.Enterprise)
|
||||
{
|
||||
<p class="text-danger">This will delete every cluster under this enterprise.</p>
|
||||
}
|
||||
@if (!string.IsNullOrWhiteSpace(_confirmError))
|
||||
{
|
||||
<div class="text-danger small mt-2">@_confirmError</div>
|
||||
|
||||
Reference in New Issue
Block a user