@using MP.MONO.UI.Components
@using MP.MONO.Core.DTO
@using MP.MONO.UI.Data
@inject CurrentDataService MMDataService
@if (ListRecords != null && ListRecords.Count > 0)
{
@foreach (var item in ListRecords)
{
@*-
@if (!string.IsNullOrEmpty(item.CssIcon))
{
}
else
{
@item.Title
}
@item.Value
@if (item.ShowBar)
{
}
*@
- toggleSelect(item.Title)">
}
}
else
{
- Tool Life
- Tool Management
}