@page "/fleet" @using Microsoft.EntityFrameworkCore @using ZB.MOM.WW.OtOpcUa.Configuration @using ZB.MOM.WW.OtOpcUa.Configuration.Entities @inject IServiceScopeFactory ScopeFactory @implements IDisposable
Loading…
} else if (_rows.Count == 0) {| Node | Cluster | Generation | Status | Last applied | Last seen | Error |
|---|---|---|---|---|---|---|
@r.NodeId |
@r.ClusterId | @(r.GenerationId?.ToString() ?? "—") | @(r.Status ?? "—") | @FormatAge(r.AppliedAt) | @FormatAge(r.SeenAt) | @r.Error |