Format progress bar

master
Heuzef 5 years ago
parent da98cee6f2
commit 26e8f3d98d
  1. 6
      en.pm

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

Loading…
Cancel
Save