From 6a7987846c7d4680a35264f7e27287c61937cf78 Mon Sep 17 00:00:00 2001 From: thompsa Date: Sun, 7 Feb 2010 16:21:47 +1300 Subject: Make some of the gui changes as described. --- config/haproxy-dev/haproxy_global.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/haproxy-dev/haproxy_global.php') 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); ?> -- cgit v1.2.3