@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 | (drop target) |
|---|---|---|
| @a.UnsAreaId | @a.Name | drop here |
Loading…
} else if (_lines.Count == 0) {No lines yet.
} else {| LineId | Area | Name |
|---|---|---|
| @l.UnsLineId | @l.UnsAreaId | @l.Name |