mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Additional Fix - escaped chars for graph legends (#12846)
fix for Toner graph
This commit is contained in:
@@ -54,7 +54,7 @@ foreach (dbFetchRows('SELECT * FROM printer_supplies where device_id = ?', [$dev
|
||||
$rrd_options .= " LINE2:toner$id#" . $colour['left'] . ":'" . $descr . "'";
|
||||
$rrd_options .= " GPRINT:toner$id:LAST:'%5.0lf%%'";
|
||||
$rrd_options .= " GPRINT:toner$id:MIN:'%5.0lf%%'";
|
||||
$rrd_options .= " GPRINT:toner$id:MAX:%5.0lf%%\l";
|
||||
$rrd_options .= " GPRINT:toner$id:MAX:%5.0lf%%\\\\l";
|
||||
|
||||
$iter++;
|
||||
}//end foreach
|
||||
|
Reference in New Issue
Block a user