diff --git a/src/ScadaLink.CentralUI/Components/Layout/NavMenu.razor b/src/ScadaLink.CentralUI/Components/Layout/NavMenu.razor index 0e35078..96652e6 100644 --- a/src/ScadaLink.CentralUI/Components/Layout/NavMenu.razor +++ b/src/ScadaLink.CentralUI/Components/Layout/NavMenu.razor @@ -79,6 +79,9 @@
| ID | +Type | +List | +Subject | +Status | +Retries | +Source site | +Created | +Delivered | +Actions | +
|---|---|---|---|---|---|---|---|---|---|
@ShortId(n.NotificationId) |
+ @n.Type | +@n.ListName | +
+ @n.Subject
+ @if (!string.IsNullOrEmpty(n.LastError))
+ {
+ @n.LastError
+ }
+ |
+ + @n.Status + @if (n.IsStuck) + { + Stuck + } + | +@n.RetryCount | +@SiteName(n.SourceSiteId) | ++ @if (n.Status == "Parked") + { + + + } + else + { + — + } + | +