aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-dev/haproxy_global.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_global.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_global.php')
-rwxr-xr-xconfig/haproxy-dev/haproxy_global.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/haproxy-dev/haproxy_global.php b/config/haproxy-dev/haproxy_global.php
index e547aa10..dddb0413 100755
--- a/config/haproxy-dev/haproxy_global.php
+++ b/config/haproxy-dev/haproxy_global.php
@@ -133,8 +133,8 @@ function enable_change(enable_change) {
/* active tabs */
$tab_array = array();
$tab_array[] = array("Settings", true, "haproxy_global.php");
- $tab_array[] = array("Frontends", false, "haproxy_frontends.php");
- $tab_array[] = array("Servers", false, "haproxy_servers.php");
+ $tab_array[] = array("Listener", false, "haproxy_frontends.php");
+ $tab_array[] = array("Server Pool", false, "haproxy_servers.php");
display_top_tabs($tab_array);
?>
</td></tr>