diff options
author | PiBa-NL <pba_2k3@yahoo.com> | 2013-05-01 23:54:17 +0200 |
---|---|---|
committer | PiBa-NL <pba_2k3@yahoo.com> | 2013-05-01 23:54:17 +0200 |
commit | a46f939b8886ad4cb4860b26016a7b5f0b1a7e8b (patch) | |
tree | 4dd8a3de025db291f5773343e8f9bc98d8916af3 /config/haproxy-devel/haproxy.widget.inc | |
parent | 647d80b809eadc6183122dd746a9b8d13f6117d0 (diff) | |
download | pfsense-packages-a46f939b8886ad4cb4860b26016a7b5f0b1a7e8b.tar.gz pfsense-packages-a46f939b8886ad4cb4860b26016a7b5f0b1a7e8b.tar.bz2 pfsense-packages-a46f939b8886ad4cb4860b26016a7b5f0b1a7e8b.zip |
haproxy-devel, add widget files..
Diffstat (limited to 'config/haproxy-devel/haproxy.widget.inc')
-rw-r--r-- | config/haproxy-devel/haproxy.widget.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/haproxy-devel/haproxy.widget.inc b/config/haproxy-devel/haproxy.widget.inc new file mode 100644 index 00000000..72113e1c --- /dev/null +++ b/config/haproxy-devel/haproxy.widget.inc @@ -0,0 +1,10 @@ +<?php + +//set variables +$refresh_rate = 5000; //miliseconds +$show_frontends = "NO"; +$show_clients = "YES"; +$show_clients_traffic = "YES"; + +?> + |