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
committerRenato Botelho <garga@FreeBSD.org>2015-05-13 14:12:08 -0300
commitcaa7230e69377506165849ebc3fef28b734fd08c (patch)
treede4bdcdfead32d9448ee84eed01e3d65627a0219 /usr/local/www/load_balancer_pool_edit.php
parent7bf0ce52d9a5f566c98cbd96bfe3ead2159d1cc6 (diff)
downloadpfsense-caa7230e69377506165849ebc3fef28b734fd08c.zip
pfsense-caa7230e69377506165849ebc3fef28b734fd08c.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