summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets
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/widgets
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/widgets')
-rw-r--r--usr/local/www/widgets/widgets/load_balancer_status.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/widgets/widgets/load_balancer_status.widget.php b/usr/local/www/widgets/widgets/load_balancer_status.widget.php
index 3ec5ba6..47da743 100644
--- a/usr/local/www/widgets/widgets/load_balancer_status.widget.php
+++ b/usr/local/www/widgets/widgets/load_balancer_status.widget.php
@@ -94,7 +94,7 @@ if (!$nentries)
<table border="0" cellpadding="0" cellspacing="2" summary="status">
<?php
foreach ($a_pool as $pool) {
- if ($pool['name'] == $vsent['pool']) {
+ if ($pool['name'] == $vsent['poolname']) {
$pool_hosts=array();
foreach ((array) $pool['servers'] as $server) {
$svr['ip']['addr']=$server;
OpenPOWER on IntegriCloud