fix some legend in generic multi bits separated

git-svn-id: http://www.observium.org/svn/observer/trunk@2541 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-09-22 13:46:10 +00:00
parent acba078399
commit 0823678202

View File

@@ -16,10 +16,8 @@ $rrd_options .= " COMMENT:'".substr(str_pad($unit_text, $descr_len+5),0,$descr_
if($width > "500")
{
$rrd_options .= " COMMENT:'In\: Current Maximum '";
$rrd_options .= " COMMENT:' Current Average Maximum '";
if (!$nototal) { $rrd_options .= " COMMENT:'Total '"; }
$rrd_options .= " COMMENT:'Out\: Current Maximum'";
if (!$nototal) { $rrd_options .= " COMMENT:' Total'"; }
$rrd_options .= " COMMENT:'\l'";
} else {
$rrd_options .= " COMMENT:' Now Ave Max\l'";