diff options
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> |