refresh archive page

This commit is contained in:
Samuele Locatelli
2021-09-07 12:03:09 +02:00
parent 607e096609
commit e5d6f579f4
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -138,7 +138,7 @@
<td class="text-center">
<span title="Ultimo controllo: @record.LastCheck.ToString("yyyy.MM.dd HH:mm:ss")">
@if (@record.Changed)
@if (@record.DiskState != MP.FileData.FileState.Unchanged)
{
<i class="fas fa-circle text-danger"></i>
}
-1
View File
@@ -1,7 +1,6 @@
using Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
using MP.FileData.DatabaseModels;
using MP.Prog.Components;
using MP.Prog.Data;
using System;
using System.Collections.Generic;