@page "/clusters" @using ZB.MOM.WW.OtOpcUa.Admin.Services @using ZB.MOM.WW.OtOpcUa.Configuration.Entities @inject ClusterService ClusterSvc
Loading…
} else if (_clusters.Count == 0) {No clusters yet. Create the first one.
} else {| ClusterId | Name | Enterprise | Site | RedundancyMode | NodeCount | Enabled | |
|---|---|---|---|---|---|---|---|
@c.ClusterId |
@c.Name | @c.Enterprise | @c.Site | @c.RedundancyMode | @c.NodeCount | @if (c.Enabled) { Active } else { Disabled } | Open |