refresh archive page
This commit is contained in:
@@ -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,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;
|
||||
|
||||
Reference in New Issue
Block a user