mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #3701 from geordish/correct-packets
Remove superfluous \ from port packets graph
This commit is contained in:
@@ -93,7 +93,7 @@ if ($percentile) {
|
||||
$rrd_options .= ' GPRINT:percentile_in:%6.2lf%s';
|
||||
}
|
||||
|
||||
$rrd_options .= " COMMENT:'\\n'";
|
||||
$rrd_options .= " COMMENT:\\n";
|
||||
$rrd_options .= ' AREA:dout#'.$colour_area_out.':';
|
||||
$rrd_options .= ' LINE1.25:dout#'.$colour_line_out.":'".$out_text."'";
|
||||
$rrd_options .= ' GPRINT:out:LAST:%6.2lf%s';
|
||||
@@ -104,7 +104,7 @@ if ($percentile) {
|
||||
$rrd_options .= ' GPRINT:percentile_out:%6.2lf%s';
|
||||
}
|
||||
|
||||
$rrd_options .= " COMMENT:\\\\n";
|
||||
$rrd_options .= " COMMENT:\\n";
|
||||
|
||||
if ($print_total) {
|
||||
$rrd_options .= " GPRINT:tot:'Total %6.2lf%s'";
|
||||
|
||||
@@ -100,7 +100,7 @@ else {
|
||||
}
|
||||
|
||||
$rrd_options .= "\\\\n";
|
||||
$rrd_options .= " COMMENT:\\\\n";
|
||||
$rrd_options .= " COMMENT:\\n";
|
||||
|
||||
if ($print_total) {
|
||||
$rrd_options .= ' GPRINT:'.$ds.'_tot:Total\ %6.2lf%s\)\\\\l';
|
||||
|
||||
Reference in New Issue
Block a user