aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-dev/haproxy_servers.php
diff options
context:
space:
mode:
authorthompsa <andy@fud.org.nz>2010-02-07 16:21:47 +1300
committerthompsa <andy@fud.org.nz>2010-02-07 16:21:47 +1300
commit6a7987846c7d4680a35264f7e27287c61937cf78 (patch)
treecc33a26be7ba8ad402e3b09c2703e1883024fca5 /config/haproxy-dev/haproxy_servers.php
parentd4f39e68de79ca8823d1b7397e79dd13e24f7dfa (diff)
downloadpfsense-packages-6a7987846c7d4680a35264f7e27287c61937cf78.tar.gz
pfsense-packages-6a7987846c7d4680a35264f7e27287c61937cf78.tar.bz2
pfsense-packages-6a7987846c7d4680a35264f7e27287c61937cf78.zip
Make some of the gui changes as described.
Diffstat (limited to 'config/haproxy-dev/haproxy_servers.php')
-rwxr-xr-xconfig/haproxy-dev/haproxy_servers.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/haproxy-dev/haproxy_servers.php b/config/haproxy-dev/haproxy_servers.php
index cacf995a..4a0b08c9 100755
--- a/config/haproxy-dev/haproxy_servers.php
+++ b/config/haproxy-dev/haproxy_servers.php
@@ -90,10 +90,10 @@ include("head.inc");
<?php
/* active tabs */
$tab_array = array();
- $tab_array[] = array("Settings", false, "haproxy_global.php");
- $tab_array[] = array("Frontends", false, "haproxy_frontends.php");
- $tab_array[] = array("Servers", true, "haproxy_servers.php");
- display_top_tabs($tab_array);
+ $tab_array[] = array("Settings", false, "haproxy_global.php");
+ $tab_array[] = array("Listener", false, "haproxy_frontends.php");
+ $tab_array[] = array("Server Pool", true, "haproxy_servers.php");
+ display_top_tabs($tab_array);
?>
</td></tr>
<tr>