summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_pool_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-05-13 15:27:18 +0545
committerPhil Davis <phil.davis@inf.org>2015-05-13 15:27:18 +0545
commit68962573dbf7b73e6ca3d4bd7e3c0a3e9c36633c (patch)
treed083aa380a30f5a535f8a530b89021b844ac54a8 /usr/local/www/load_balancer_pool_edit.php
parentc8f7068d1aaccf4ca1d1f782704289e9519233dc (diff)
downloadpfsense-68962573dbf7b73e6ca3d4bd7e3c0a3e9c36633c.zip
pfsense-68962573dbf7b73e6ca3d4bd7e3c0a3e9c36633c.tar.gz
Slash-select should be inside if in load_balancer_pool_edit
otherwise there is an unbalanced slash-select when the else happens (if there are no load-balancer monitors defined)
Diffstat (limited to 'usr/local/www/load_balancer_pool_edit.php')
-rw-r--r--usr/local/www/load_balancer_pool_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/load_balancer_pool_edit.php b/usr/local/www/load_balancer_pool_edit.php
index 4eaa6f0..3ae63dc 100644
--- a/usr/local/www/load_balancer_pool_edit.php
+++ b/usr/local/www/load_balancer_pool_edit.php
@@ -266,10 +266,10 @@ function clearcombo(){
echo "<option value=\"{$monitor['name']}\"{$selected}>{$monitor['name']}</option>";
}
?>
+ </select>
<?php else: ?>
<b><?=gettext("NOTE"); ?>:</b> <?=gettext("Please add a monitor IP address on the monitors tab if you wish to use this feature."); ?>
<?php endif; ?>
- </select>
</td>
</tr>
<tr align="left">
OpenPOWER on IntegriCloud