From e9fc08ea28557c0ab4272a77e6cac82776973a72 Mon Sep 17 00:00:00 2001 From: Paul Heinrichs Date: Wed, 30 Mar 2016 09:41:02 -0400 Subject: [PATCH] Changing GPS tracked to green --- html/includes/graphs/device/cambium_generic_gpsStats.inc.php | 2 +- html/includes/graphs/device/canopy_generic_gpsStats.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/includes/graphs/device/cambium_generic_gpsStats.inc.php b/html/includes/graphs/device/cambium_generic_gpsStats.inc.php index 6872522f05..177fb67007 100644 --- a/html/includes/graphs/device/cambium_generic_gpsStats.inc.php +++ b/html/includes/graphs/device/cambium_generic_gpsStats.inc.php @@ -19,7 +19,7 @@ if (file_exists($rrdfilename)) { $rrd_options .= ' GPRINT:visible:LAST:%0.2lf%s '; $rrd_options .= ' GPRINT:visible:MIN:%0.2lf%s '; $rrd_options .= ' GPRINT:visible:MAX:%0.2lf%s\\\l '; - $rrd_options .= " LINE2:tracked#cc9900:'Tracked ' "; + $rrd_options .= " LINE2:tracked#00ff00:'Tracked ' "; $rrd_options .= ' GPRINT:tracked:LAST:%0.2lf%s '; $rrd_options .= ' GPRINT:tracked:MIN:%0.2lf%s '; $rrd_options .= ' GPRINT:tracked:MAX:%0.2lf%s\\\l '; diff --git a/html/includes/graphs/device/canopy_generic_gpsStats.inc.php b/html/includes/graphs/device/canopy_generic_gpsStats.inc.php index 93c0cd41cf..c49dcd581d 100644 --- a/html/includes/graphs/device/canopy_generic_gpsStats.inc.php +++ b/html/includes/graphs/device/canopy_generic_gpsStats.inc.php @@ -19,7 +19,7 @@ if (file_exists($rrdfilename)) { $rrd_options .= ' GPRINT:visible:LAST:%0.2lf%s '; $rrd_options .= ' GPRINT:visible:MIN:%0.2lf%s '; $rrd_options .= ' GPRINT:visible:MAX:%0.2lf%s\\\l '; - $rrd_options .= " LINE2:tracked#cc9900:'Tracked ' "; + $rrd_options .= " LINE2:tracked#00ff00:'Tracked ' "; $rrd_options .= ' GPRINT:tracked:LAST:%0.2lf%s '; $rrd_options .= ' GPRINT:tracked:MIN:%0.2lf%s '; $rrd_options .= ' GPRINT:tracked:MAX:%0.2lf%s\\\l ';