diff options
Diffstat (limited to 'config/haproxy/haproxy_servers.php')
-rwxr-xr-x | config/haproxy/haproxy_servers.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy/haproxy_servers.php b/config/haproxy/haproxy_servers.php index 835b1a62..4dffadca 100755 --- a/config/haproxy/haproxy_servers.php +++ b/config/haproxy/haproxy_servers.php @@ -89,7 +89,7 @@ include("head.inc"); /* active tabs */ $tab_array = array(); $tab_array[] = array("Settings", false, "haproxy_global.php"); - $tab_array[] = array("Backends", false, "haproxy_backends.php"); + $tab_array[] = array("Frontends/Backends", false, "haproxy_backends.php"); $tab_array[] = array("Servers", true, "haproxy_servers.php"); display_top_tabs($tab_array); ?> |