diff options
author | Jim P <jim@pingle.org> | 2013-03-03 16:28:07 -0800 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2013-03-03 16:28:07 -0800 |
commit | b87e60234eb78a4da246c5e7fcbfde5b91df84b3 (patch) | |
tree | ae3ce22b2916fbb7109f9ff11dfa909d1bfd93e4 /config/haproxy-devel/haproxy_pools.php | |
parent | 5ff675560ff5f9c2ce53d6a69e4f60d6423c388a (diff) | |
parent | b9c747aa763690dea3a00be3fa55811f8665b465 (diff) | |
download | pfsense-packages-b87e60234eb78a4da246c5e7fcbfde5b91df84b3.tar.gz pfsense-packages-b87e60234eb78a4da246c5e7fcbfde5b91df84b3.tar.bz2 pfsense-packages-b87e60234eb78a4da246c5e7fcbfde5b91df84b3.zip |
Merge pull request #395 from PiBa-NL/haproxy-devel_build_tags
haproxy-devel, improvements (but 'breaks' parts current config)
Diffstat (limited to 'config/haproxy-devel/haproxy_pools.php')
-rw-r--r-- | config/haproxy-devel/haproxy_pools.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/haproxy-devel/haproxy_pools.php b/config/haproxy-devel/haproxy_pools.php index 52b7650d..bad4bf09 100644 --- a/config/haproxy-devel/haproxy_pools.php +++ b/config/haproxy-devel/haproxy_pools.php @@ -100,7 +100,7 @@ include("head.inc"); <tr> <td> <div id="mainarea"> - <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0"> + <table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="30%" class="listhdrr">Name</td> <td width="10%" class="listhdrr">Servers</td> @@ -150,6 +150,7 @@ include("head.inc"); </td> </tr> <?php $i++; endforeach; ?> + <tfoot> <tr> <td class="list" colspan="3"></td> <td class="list"> @@ -160,6 +161,7 @@ include("head.inc"); </table> </td> </tr> + </tfoot> </table> </div> </table> |