@page "/hosts" @using Microsoft.EntityFrameworkCore @using ZB.MOM.WW.OtOpcUa.Admin.Services @using ZB.MOM.WW.OtOpcUa.Configuration.Enums @inject IServiceScopeFactory ScopeFactory @implements IDisposable
Loading…
} else if (_rows.Count == 0) {IHostConnectivityProbe.
@cluster.Key| Node | Driver | Host | State | Fail# | In-flight | Breaker opened | Last transition | Last seen | Detail |
|---|---|---|---|---|---|---|---|---|---|
@r.NodeId |
@r.DriverInstanceId |
@r.HostName | @r.State @if (HostStatusService.IsStale(r)) { Stale } @if (HostStatusService.IsFlagged(r)) { Flagged } | @r.ConsecutiveFailures | @r.CurrentBulkheadDepth | @(r.LastCircuitBreakerOpenUtc is null ? "—" : FormatAge(r.LastCircuitBreakerOpenUtc.Value)) | @FormatAge(r.StateChangedUtc) | @FormatAge(r.LastSeenUtc) | @r.Detail |