@using ZB.MOM.WW.OtOpcUa.Admin.Services @using ZB.MOM.WW.OtOpcUa.Configuration.Entities @inject UnsService UnsSvc
Loading…
} else if (_areas.Count == 0) {No areas yet.
} else {| AreaId | Name |
|---|---|
@a.UnsAreaId | @a.Name |
Loading…
} else if (_lines.Count == 0) {No lines yet.
} else {| LineId | Area | Name |
|---|---|---|
@l.UnsLineId | @l.UnsAreaId | @l.Name |