From 3869a323ffa9507de3d2422e0a2349015f86a66e Mon Sep 17 00:00:00 2001 From: smos Date: Sat, 24 Jul 2010 21:40:22 +0200 Subject: Add the openvpn users graph, add the colors to all the themes colors include. Add vpn tab on the settings page, it didn't show although it should. --- usr/local/www/themes/metallic/rrdcolors.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/local/www/themes/metallic/rrdcolors.inc.php') diff --git a/usr/local/www/themes/metallic/rrdcolors.inc.php b/usr/local/www/themes/metallic/rrdcolors.inc.php index e3153fd..8e74545 100644 --- a/usr/local/www/themes/metallic/rrdcolors.inc.php +++ b/usr/local/www/themes/metallic/rrdcolors.inc.php @@ -46,5 +46,6 @@ $colorqualityloss = "ee0000"; $colorwireless = array('333333','a83c3c','999999'); $colorspamdtime = array('DDDDFF', 'AAAAFF', 'DDDDFF', '000066'); $colorspamdconn = array('00AA00BB', 'FFFFFFFF', '00660088', 'FFFFFF88', '006600'); +$colorvpnusers = array('990000'); ?> -- cgit v1.1