aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy_listeners.php
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2014-02-16 21:04:47 +0100
committerPiBa-NL <pba_2k3@yahoo.com>2014-02-16 21:07:44 +0100
commitb07bce1a7b918ade438851b60a25372abdef7908 (patch)
tree95c030d7bdf5c171aab58f9a92e92a5394262ed1 /config/haproxy-devel/haproxy_listeners.php
parent085d9fbf916b389037799bd74fa10e1da3c60f27 (diff)
downloadpfsense-packages-b07bce1a7b918ade438851b60a25372abdef7908.tar.gz
pfsense-packages-b07bce1a7b918ade438851b60a25372abdef7908.tar.bz2
pfsense-packages-b07bce1a7b918ade438851b60a25372abdef7908.zip
haproxy-devel, integrated stats page with stick-table info WebGUI
Diffstat (limited to 'config/haproxy-devel/haproxy_listeners.php')
-rw-r--r--config/haproxy-devel/haproxy_listeners.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/config/haproxy-devel/haproxy_listeners.php b/config/haproxy-devel/haproxy_listeners.php
index 3ff53cea..2a1f12e6 100644
--- a/config/haproxy-devel/haproxy_listeners.php
+++ b/config/haproxy-devel/haproxy_listeners.php
@@ -34,6 +34,7 @@ require_once("guiconfig.inc");
require_once("haproxy.inc");
require_once("certs.inc");
require_once("haproxy_utils.inc");
+require_once("pkg_haproxy_tabs.inc");
if (!is_array($config['installedpackages']['haproxy']['ha_backends']['item'])) {
$config['installedpackages']['haproxy']['ha_backends']['item'] = array();
@@ -91,12 +92,7 @@ include("head.inc");
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
<?php
- /* active tabs */
- $tab_array = array();
- $tab_array[] = array("Settings", false, "haproxy_global.php");
- $tab_array[] = array("Frontend", true, "haproxy_listeners.php");
- $tab_array[] = array("Backend", false, "haproxy_pools.php");
- display_top_tabs($tab_array);
+ haproxy_display_top_tabs_active($haproxy_tab_array['haproxy'], "frontend");
?>
</td></tr>
<tr>