From d29c933499bfd2e8842aa1dcb24b939485d22cd3 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Thu, 11 Jun 2026 09:34:33 -0400 Subject: [PATCH] feat(adminui): Alerts timed-shelve picker + chip auto-clear + live-pill health --- .../Components/Pages/Alerts.razor | 67 ++++++++++++++++--- 1 file changed, 59 insertions(+), 8 deletions(-) diff --git a/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Pages/Alerts.razor b/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Pages/Alerts.razor index ee10b0fa..a2946802 100644 --- a/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Pages/Alerts.razor +++ b/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Pages/Alerts.razor @@ -13,7 +13,7 @@ @inject AuthenticationStateProvider AuthState @inject IAuthorizationService AuthorizationService @inject IAdminOperationsClient AdminOps -@implements IDisposable +@implements IAsyncDisposable

Alerts

@@ -87,6 +87,15 @@ else disabled="@_busyAlarmId.Equals(e.AlarmId)" @onclick="() => ShelveAsync(e.AlarmId, ShelveKind.OneShot)" title="Shelve this alarm until it next clears">Shelve + +