@using MP.MONO.Data @using MP.MONO.UI.Components @using MP.MONO.Core.DTO @using MP.MONO.UI.Data @inject IJSRuntime JSRuntime @inject CurrentDataService MMDataService
Alarm Messages Setup (LR)
search
@if (ListRecords == null || ListRecords.Count == 0) {
No data
} else {
    @foreach (var item in ListRecords) { if (okShow(item.FullValue)) {
  • @item.FullValue
  • } }
click to mute/unmute alarms
}