diff --git a/usr/local/www/status_queues.php b/usr/local/www/status_queues.php index 03eed60881..ad1c0665cc 100755 --- a/usr/local/www/status_queues.php +++ b/usr/local/www/status_queues.php @@ -99,7 +99,7 @@ foreach($pfctl_vsq_array as $pfctl) { } } -$pgtitle = array("Status","Traffic shaper","Queues"); +$pgtitle = array(gettext("Status"),gettext("Traffic shaper"),gettext("Queues")); include("head.inc"); ?> @@ -108,7 +108,7 @@ include("head.inc"); - - + + @@ -156,7 +156,7 @@ if(!is_array($config['shaper']['queue']) && count($config['shaper']['queue']) < echo "
QueueStatistics
 
"; echo "                "; echo ""; - echo ""; + echo ""; echo ""; echo ""; echo ""; @@ -170,9 +170,9 @@ if(!is_array($config['shaper']['queue']) && count($config['shaper']['queue']) <

- Note:
- Queue graphs take 5 seconds to sample data.
- You can configure the Traffic Shaper here. + :
+ .
+ .