aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
diff options
context:
space:
mode:
Diffstat (limited to 'config/haproxy')
-rwxr-xr-xconfig/haproxy/haproxy_backends.php2
-rwxr-xr-xconfig/haproxy/haproxy_global.php2
-rwxr-xr-xconfig/haproxy/haproxy_servers.php2
3 files changed, 3 insertions, 3 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);
?>
diff --git a/config/haproxy/haproxy_global.php b/config/haproxy/haproxy_global.php
index d77595de..18a32954 100755
--- a/config/haproxy/haproxy_global.php
+++ b/config/haproxy/haproxy_global.php
@@ -112,7 +112,7 @@ function enable_change(enable_change) {
/* active tabs */
$tab_array = array();
$tab_array[] = array("Settings", true, "haproxy_global.php");
- $tab_array[] = array("Backends", false, "haproxy_backends.php");
+ $tab_array[] = array("Frontends/Backends", false, "haproxy_backends.php");
$tab_array[] = array("Servers", false, "haproxy_servers.php");
display_top_tabs($tab_array);
?>
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);
?>