Add enough backup function after

master
Heuzef 5 years ago
parent ac5c4eee3d
commit c01c9ead2c
  1. 5
      Check.pm

@ -124,6 +124,11 @@ sub action
$sizeConsistency = "Normal";
}
# There are enough backup ?
if ( $idBackup < 4 ) {
my $sizeConsistencyColor = "Gray";
my $sizeConsistency = "<em>Not enough backups</em>";
}
# Get URL for explore file
my $browseFile = "?action=browse&host=$host";

Loading…
Cancel
Save