diff --git a/src/Server/ZB.MOM.WW.OtOpcUa.Admin/Components/Layout/MainLayout.razor b/src/Server/ZB.MOM.WW.OtOpcUa.Admin/Components/Layout/MainLayout.razor
index 700e89e..7b300ad 100644
--- a/src/Server/ZB.MOM.WW.OtOpcUa.Admin/Components/Layout/MainLayout.razor
+++ b/src/Server/ZB.MOM.WW.OtOpcUa.Admin/Components/Layout/MainLayout.razor
@@ -30,6 +30,10 @@
Loading…
+} +else if (_alarms.Count == 0 && !_showForm) +{ +| Name | +Equipment | +Type | +Severity | +Predicate script | +Historize | +Retain | +Enabled | ++ |
|---|---|---|---|---|---|---|---|---|
| @a.Name | +@a.EquipmentId | +@a.AlarmType | +@a.Severity @SeverityBand(a.Severity) | +@(ScriptName(a.PredicateScriptId)) | ++ @if (a.HistorizeToAveva) { Aveva } + else { — } + | ++ @if (a.Retain) { yes } + else { — } + | ++ @if (a.Enabled) { enabled } + else { disabled } + | ++ + | +