mdadm rrd graph fix (#10312)

This commit is contained in:
SourceDoctor
2019-06-07 06:35:21 +02:00
committed by Tony Murray
parent c7228e3b55
commit b9ed72f1c7
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?php
$unit_text = 'Hotspare Disc Count';
$unitlen = 10;
$unitlen = 20;
$bigdescrlen = 15;
$smalldescrlen = 15;

View File

@@ -1,6 +1,6 @@
<?php
$unit_text = 'Sync completed (%)';
$unitlen = 10;
$unitlen = 20;
$bigdescrlen = 15;
$smalldescrlen = 15;

View File

@@ -1,6 +1,6 @@
<?php
$unit_text = 'Sync Speed (kB/s)';
$unitlen = 10;
$unitlen = 20;
$bigdescrlen = 15;
$smalldescrlen = 15;