test(adminui): close Phase 6 review test-gaps + Enterprise-delete warning

This commit is contained in:
Joseph Doherty
2026-06-16 17:10:40 -04:00
parent cbaf1c39ce
commit 23f353e79b
4 changed files with 160 additions and 0 deletions
@@ -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>