diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-12-03 03:08:55 -0200 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-12-03 03:08:55 -0200 |
commit | 68f850e299f234fa0837467a4a0eb31b9c1f97b9 (patch) | |
tree | 1a4fc64f9dc1220247b875aaff61da7dd37d0f82 /config/haproxy-legacy/haproxy_frontends.php | |
parent | d40916e639e314d9124586f7a068762020f7beeb (diff) | |
download | pfsense-packages-68f850e299f234fa0837467a4a0eb31b9c1f97b9.tar.gz pfsense-packages-68f850e299f234fa0837467a4a0eb31b9c1f97b9.tar.bz2 pfsense-packages-68f850e299f234fa0837467a4a0eb31b9c1f97b9.zip |
haproxy-full - move sync to its own tab, add sync to configured backup server
change some fields position
add shortcut info to haproxy on pfsense 2.1
Diffstat (limited to 'config/haproxy-legacy/haproxy_frontends.php')
-rwxr-xr-x | config/haproxy-legacy/haproxy_frontends.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/haproxy-legacy/haproxy_frontends.php b/config/haproxy-legacy/haproxy_frontends.php index d50133b8..e97fbc7b 100755 --- a/config/haproxy-legacy/haproxy_frontends.php +++ b/config/haproxy-legacy/haproxy_frontends.php @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - +$shortcut_section = "haproxy"; require_once("guiconfig.inc"); $d_haproxyconfdirty_path = $g['varrun_path'] . "/haproxy.conf.dirty"; @@ -92,6 +92,7 @@ include("head.inc"); $tab_array[] = array("Settings", false, "haproxy_global.php"); $tab_array[] = array("Frontends", true, "haproxy_frontends.php"); $tab_array[] = array("Servers", false, "haproxy_servers.php"); + $tab_array[] = array("Sync", false, "pkg_edit.php?xml=haproxy_sync.xml"); display_top_tabs($tab_array); ?> </td></tr> |