summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2007-10-21 06:24:24 +0000
committerSeth Mos <seth.mos@xs4all.nl>2007-10-21 06:24:24 +0000
commit2f80d451c6185d127796d0669daf8f3bc299ea16 (patch)
tree4b5d665e6c1faebb4b2eed203e9fb25dc294ac27 /usr/local/www/status_rrd_graph.php
parent308d99b11cf12879a2597471dfe9d9efbea0b3d5 (diff)
downloadpfsense-2f80d451c6185d127796d0669daf8f3bc299ea16.zip
pfsense-2f80d451c6185d127796d0669daf8f3bc299ea16.tar.gz
Commit wireless frontend code
Diffstat (limited to 'usr/local/www/status_rrd_graph.php')
-rwxr-xr-xusr/local/www/status_rrd_graph.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php
index 9d5428a..2203a74 100755
--- a/usr/local/www/status_rrd_graph.php
+++ b/usr/local/www/status_rrd_graph.php
@@ -71,6 +71,7 @@ rsort($databases);
/* these boilerplate databases are required for the other menu choices */
$dbheader = array("allgraphs-traffic.rrd",
"allgraphs-quality.rrd",
+ "allgraphs-wireless.rrd",
"allgraphs-packets.rrd",
"system-allgraphs.rrd",
"system-throughput.rrd",
@@ -111,6 +112,8 @@ include("head.inc");
$tab_array[] = array("Quality", $tabactive, "status_rrd_graph.php?cat=quality");
if($curcat == "queues") { $tabactive = True; } else { $tabactive = False; }
$tab_array[] = array("Queues", $tabactive, "status_rrd_graph.php?cat=queues");
+ if($curcat == "wireless") { $tabactive = True; } else { $tabactive = False; }
+ $tab_array[] = array("Wireless", $tabactive, "status_rrd_graph.php?cat=wireless");
if($curcat == "settings") { $tabactive = True; } else { $tabactive = False; }
$tab_array[] = array("Settings", $tabactive, "status_rrd_graph_settings.php");
display_top_tabs($tab_array);
OpenPOWER on IntegriCloud