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