summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_slbd_pool.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2007-03-02 23:54:36 +0000
committerSeth Mos <seth.mos@xs4all.nl>2007-03-02 23:54:36 +0000
commit4190956e4c1f055d6a35959ace4e579a8584ceca (patch)
treeaa2b1ff022167b1104ba47241ac8491a60b5f673 /usr/local/www/status_slbd_pool.php
parentd1a4365d8f9a31da89df9c909df2d6f9c001ca1b (diff)
downloadpfsense-4190956e4c1f055d6a35959ace4e579a8584ceca.zip
pfsense-4190956e4c1f055d6a35959ace4e579a8584ceca.tar.gz
Show load balancer pool type in status
Diffstat (limited to 'usr/local/www/status_slbd_pool.php')
-rwxr-xr-xusr/local/www/status_slbd_pool.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/local/www/status_slbd_pool.php b/usr/local/www/status_slbd_pool.php
index c3030f8..7dcb52d 100755
--- a/usr/local/www/status_slbd_pool.php
+++ b/usr/local/www/status_slbd_pool.php
@@ -59,6 +59,7 @@ include("head.inc");
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10%" class="listhdrr">Name</td>
+ <td width="10%" class="listhdrr">Type</td>
<td width="10%" class="listhdrr">Gateways</td>
<td width="30%" class="listhdrr">Status</td>
<td width="30%" class="listhdr">Description</td>
@@ -69,6 +70,11 @@ include("head.inc");
<?=$vipent['name'];?>
</td>
<td class="listr" align="center" >
+ <?=$vipent['type'];?>
+ <br />
+ (<?=$vipent['behaviour'];?>)
+ </td>
+ <td class="listr" align="center" >
<table border="0" cellpadding="0" cellspacing="2">
<?php
foreach ((array) $vipent['servers'] as $server) {
OpenPOWER on IntegriCloud