recycle bin and log paging

This commit is contained in:
Leigh Pointer
2021-03-03 16:39:32 +01:00
parent b08fdf8690
commit a03434ac41
2 changed files with 13 additions and 23 deletions

View File

@ -48,7 +48,7 @@ else
@if (_logs.Any())
{
<Pager Items="@_logs">
<Pager Items="@_logs" PageSize="@_rows" >
<Header>
<th style="width: 1px;">&nbsp;</th>
<th>@Localizer["Date"]</th>