From c01d99da5277a39e6a26ee27b57627042628a6ff Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Sat, 3 Mar 2007 00:35:59 +0000 Subject: Re-add missing queues graphs --- usr/local/www/status_rrd_graph.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'usr/local/www/status_rrd_graph.php') diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php index dcb6c2b..5bcaa9e 100755 --- a/usr/local/www/status_rrd_graph.php +++ b/usr/local/www/status_rrd_graph.php @@ -41,6 +41,8 @@ if ($_GET['option']) { } else { if($curcat == "system") { $curoption = "states"; + } else if($curcat == "queues") { + $curoption = "queues."; } else { $curoption = "wan"; } @@ -85,6 +87,8 @@ include("head.inc"); $tab_array[] = array("Packets", $tabactive, "status_rrd_graph.php?cat=packets"); if($curcat == "quality") { $tabactive = True; } else { $tabactive = False; } $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"); display_top_tabs($tab_array); ?> @@ -117,6 +121,10 @@ include("head.inc"); $optionc = str_replace($search, $replace, $optionc[1]); echo "