summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_lb_vs.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-10-03 10:09:04 -0400
committerjim-p <jimp@pfsense.org>2013-10-03 10:10:04 -0400
commitc1e48e9b40cb08884a6b4848ef95ec27b6311549 (patch)
tree3b0e2b25ec6469ede32fdb8b1791246b49200f27 /usr/local/www/status_lb_vs.php
parentadbfe85176ba03a179e58fd111093e6902e6a197 (diff)
downloadpfsense-c1e48e9b40cb08884a6b4848ef95ec27b6311549.zip
pfsense-c1e48e9b40cb08884a6b4848ef95ec27b6311549.tar.gz
Fix display of pools in the LB status widget and on the LB Virtual Server status.
Diffstat (limited to 'usr/local/www/status_lb_vs.php')
-rwxr-xr-xusr/local/www/status_lb_vs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_lb_vs.php b/usr/local/www/status_lb_vs.php
index cb1ce0d..c389287 100755
--- a/usr/local/www/status_lb_vs.php
+++ b/usr/local/www/status_lb_vs.php
@@ -93,7 +93,7 @@ include("head.inc");
<table border="0" cellpadding="0" cellspacing="2">
<?php
foreach ($a_pool as $vipent) {
- if ($vipent['name'] == $vsent['pool']) {
+ if ($vipent['name'] == $vsent['poolname']) {
foreach ((array) $vipent['servers'] as $server) {
print "<tr><td> {$server} </td></tr>";
}
OpenPOWER on IntegriCloud