summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_pool.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-08-10 13:50:50 -0400
committerjim-p <jimp@pfsense.org>2010-08-10 13:51:47 -0400
commit3e2165b6d998fa7a15a552c686556df7e327de85 (patch)
treecf3094f1924dc42e82a9f9320536dd9c510bca05 /usr/local/www/load_balancer_pool.php
parent8c29490e56aaf4ed4aec7febd93b43d9d4b18f7c (diff)
downloadpfsense-3e2165b6d998fa7a15a552c686556df7e327de85.zip
pfsense-3e2165b6d998fa7a15a552c686556df7e327de85.tar.gz
Default to the 'pools' tab of the inbound load balancer, and move the monitor tab to the end.
Diffstat (limited to 'usr/local/www/load_balancer_pool.php')
-rwxr-xr-xusr/local/www/load_balancer_pool.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/load_balancer_pool.php b/usr/local/www/load_balancer_pool.php
index 81901d1..48dccd6 100755
--- a/usr/local/www/load_balancer_pool.php
+++ b/usr/local/www/load_balancer_pool.php
@@ -115,9 +115,9 @@ include("head.inc");
<?php
/* active tabs */
$tab_array = array();
- $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php");
$tab_array[] = array(gettext("Pools"), true, "load_balancer_pool.php");
$tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php");
+ $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud