diff options
author | thompsa <andy@fud.org.nz> | 2010-02-07 23:41:35 +1300 |
---|---|---|
committer | thompsa <andy@fud.org.nz> | 2010-02-08 00:21:14 +1300 |
commit | 51f497343aaff857e82115a27db9010435a43105 (patch) | |
tree | 9bf0d8d6e842c1f0a06b5335353fa3dcc1dcbfa7 /config/haproxy-dev/haproxy_global.php | |
parent | 0540ee6a327744a417c5be282885093576fdd720 (diff) | |
download | pfsense-packages-51f497343aaff857e82115a27db9010435a43105.tar.gz pfsense-packages-51f497343aaff857e82115a27db9010435a43105.tar.bz2 pfsense-packages-51f497343aaff857e82115a27db9010435a43105.zip |
Add server pools which encapsulate the backends.
Diffstat (limited to 'config/haproxy-dev/haproxy_global.php')
-rwxr-xr-x | config/haproxy-dev/haproxy_global.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/haproxy-dev/haproxy_global.php b/config/haproxy-dev/haproxy_global.php index dddb0413..9de45fdb 100755 --- a/config/haproxy-dev/haproxy_global.php +++ b/config/haproxy-dev/haproxy_global.php @@ -133,8 +133,8 @@ function enable_change(enable_change) { /* active tabs */ $tab_array = array(); $tab_array[] = array("Settings", true, "haproxy_global.php"); - $tab_array[] = array("Listener", false, "haproxy_frontends.php"); - $tab_array[] = array("Server Pool", false, "haproxy_servers.php"); + $tab_array[] = array("Listener", false, "haproxy_listeners.php"); + $tab_array[] = array("Server Pool", false, "haproxy_pools.php"); display_top_tabs($tab_array); ?> </td></tr> |