aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/pkg_haproxy_tabs.inc
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2014-12-29 23:04:40 +0100
committerPiBa-NL <pba_2k3@yahoo.com>2014-12-29 23:04:40 +0100
commit4bb1138178fc526192024cb6ef4fc12a26b140b7 (patch)
treebe8b95cedf397eca7f08ebc64bfca9b5e667520e /config/haproxy-devel/pkg_haproxy_tabs.inc
parentf6997abd704fdd082e5215ff23e3f36bb03727aa (diff)
downloadpfsense-packages-4bb1138178fc526192024cb6ef4fc12a26b140b7.tar.gz
pfsense-packages-4bb1138178fc526192024cb6ef4fc12a26b140b7.tar.bz2
pfsense-packages-4bb1138178fc526192024cb6ef4fc12a26b140b7.zip
haproxy-devel, fix saving errorfiles from errorfiles tab, fix write 'tcp-request content' before 'use_backend', fix hint text for a backend without servers, stats now give better description if disabled/unavailable, moved templates to their own tab
Diffstat (limited to 'config/haproxy-devel/pkg_haproxy_tabs.inc')
-rw-r--r--config/haproxy-devel/pkg_haproxy_tabs.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/haproxy-devel/pkg_haproxy_tabs.inc b/config/haproxy-devel/pkg_haproxy_tabs.inc
index f49d2b67..a74ee20a 100644
--- a/config/haproxy-devel/pkg_haproxy_tabs.inc
+++ b/config/haproxy-devel/pkg_haproxy_tabs.inc
@@ -15,6 +15,7 @@ $haproxy_tab_array['haproxy']['backend'] = Array(name => "Backend", url => "hapr
$haproxy_tab_array['haproxy']['files'] = Array(name => "Files", url => "haproxy_files.php");
$haproxy_tab_array['haproxy']['stats'] = Array(name => "Stats", url => "haproxy_stats.php");
$haproxy_tab_array['haproxy']['statsfs'] = Array(name => "Stats FS", url => "haproxy_stats.php?haproxystats=1");
+$haproxy_tab_array['haproxy']['templates'] = Array(name => "Templates", url => "haproxy_templates.php");
function haproxy_display_top_tabs_active($top_tabs, $activetab) {
$tab_array = array();