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