Update Index.razor

This commit is contained in:
Leigh Pointer 2021-03-03 17:15:00 +01:00 committed by GitHub
parent 442a8018ce
commit 63fc1cd042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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