mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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'";
|
||||
|
Reference in New Issue
Block a user