Format progressbar

master
Heuzef 5 years ago
parent 26e8f3d98d
commit 4c9b3ca69c
  1. 8
      en.pm

@ -1537,14 +1537,14 @@ $Lang{BackupPC_Check} = <<EOF;
\${h1(qq{$Lang{BackupPC__Server_Check}})}
<p>This check was generated at <strong>\$now</strong>.</p>
<p>File system pool size usage :</p>
<p>File system pool size usage (\$DUmaxTime) :</p>
<div style="background-color:#f1f1f1!important">
<div style="color:#fff!important;background-color:#2196F3!important; width:\$Info{DUDailyMax}%">\$Info{DUDailyMax}% (\$DUmaxTime)</div>
<div style="color:#fff!important;background-color:#2196F3!important; text-align:center; width:\$Info{DUDailyMax}%">\$Info{DUDailyMax}%</div>
</div>
<p>File system inode size usage :</p>
<p>File system inode size usage (\$DUInodemaxTime) :</p>
<div style="background-color:#f1f1f1!important">
<div style="color:#fff!important;background-color:#2196F3!important; width:\$Info{DUInodeDailyMax}%">\$Info{DUInodeDailyMax}% (\$DUInodemaxTime)</div>
<div style="color:#fff!important;background-color:#2196F3!important; text-align:center; width:\$Info{DUInodeDailyMax}%">\$Info{DUInodeDailyMax}%</div>
</div>
\${h2("Backups summary")}

Loading…
Cancel
Save