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:17 -0400
commit619753eeea1d3e0e67d0a35aeb6ab3be44f40604 (patch)
tree488fd65e6ab6978e094876a5f0812b0eb0d693bc /usr/local/www/status_lb_vs.php
parent58ba45135565dcc715ec9105cbfa4d4083fe621a (diff)
downloadpfsense-619753eeea1d3e0e67d0a35aeb6ab3be44f40604.zip
pfsense-619753eeea1d3e0e67d0a35aeb6ab3be44f40604.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