From b7f14b04290fa64b6fd26fe1c2bc4c213b4bbecf Mon Sep 17 00:00:00 2001 From: sullrich Date: Fri, 11 Dec 2009 21:21:29 -0500 Subject: Overhaul haproxy package. Rename backends to frontends. Add rowhelper to the server edit screen for backend selection eliminating quite a number of needed configuration entries for common hosting items. --- config/haproxy/haproxy_servers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/haproxy/haproxy_servers.php') diff --git a/config/haproxy/haproxy_servers.php b/config/haproxy/haproxy_servers.php index 4dffadca..3bf4eac2 100755 --- a/config/haproxy/haproxy_servers.php +++ b/config/haproxy/haproxy_servers.php @@ -68,7 +68,7 @@ $pfSversion = str_replace("\n", "", file_get_contents("/etc/version")); if(strstr($pfSversion, "1.2")) $one_two = true; -$pgtitle = "Services: HAProxy: Backends"; +$pgtitle = "Services: HAProxy: Servers"; include("head.inc"); ?> @@ -89,7 +89,7 @@ include("head.inc"); /* active tabs */ $tab_array = array(); $tab_array[] = array("Settings", false, "haproxy_global.php"); - $tab_array[] = array("Frontends/Backends", false, "haproxy_backends.php"); + $tab_array[] = array("Frontends", false, "haproxy_frontends.php"); $tab_array[] = array("Servers", true, "haproxy_servers.php"); display_top_tabs($tab_array); ?> -- cgit v1.2.3