From a6917c659bdff1c44308d2055d5a3d3cd82400cc Mon Sep 17 00:00:00 2001 From: smos Date: Wed, 9 Mar 2011 11:58:18 +0100 Subject: Add the 95th percentile line to the traffic graphs --- usr/local/www/themes/pfsense-dropdown/rrdcolors.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/local/www/themes/pfsense-dropdown/rrdcolors.inc.php') diff --git a/usr/local/www/themes/pfsense-dropdown/rrdcolors.inc.php b/usr/local/www/themes/pfsense-dropdown/rrdcolors.inc.php index c2bc613..09956cc 100644 --- a/usr/local/www/themes/pfsense-dropdown/rrdcolors.inc.php +++ b/usr/local/www/themes/pfsense-dropdown/rrdcolors.inc.php @@ -32,6 +32,7 @@ $colortrafficup = array("666666", "CCCCCC"); $colortrafficdown = array("990000", "CC0000"); +$colortraffic95 = array("660000", "FF0000"); $colorpacketsup = array("666666", "CCCCCC"); $colorpacketsdown = array("990000", "CC0000"); $colorstates = array('990000','a83c3c','b36666','bd9090','cccccc','000000'); -- cgit v1.1