diff options
Diffstat (limited to 'config/haproxy-dev/haproxy_global.php')
-rwxr-xr-x | config/haproxy-dev/haproxy_global.php | 4 |
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> |