From 5e1531d9e45f340d13f5ff956cd1dd00341410ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Sun, 30 Mar 2008 09:23:19 +0000 Subject: Show enable when adding new root queue. --- usr/local/www/firewall_shaper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php index d254823..7bf3d01 100755 --- a/usr/local/www/firewall_shaper.php +++ b/usr/local/www/firewall_shaper.php @@ -361,7 +361,7 @@ else $output = "
"; if (!$dontshow) { -if ($queue || $altq) { +if ($queue || $altq || $newqueue) { $output .= "
"; $output .= "Enable/Disable"; $output .= ""; -- cgit v1.1