@using MudBlazor.Internal
@using DiunaBI.Application.DTOModels
@foreach (LayerType type in Enum.GetValues(typeof(LayerType)))
{
@type.ToString()
}
Name
Type
@context.Name
@context.Type
No layers to display
Loading...
@if (layers.TotalCount > 0)
{
Results @((layers.Page - 1) * layers.PageSize + 1) - @Math.Min(layers.Page * layers.PageSize, layers.TotalCount)
of @layers.TotalCount
}