summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_pool_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-08-11 13:55:37 -0400
committerjim-p <jimp@pfsense.org>2010-08-11 13:59:02 -0400
commit82d0dfb39993a516b54f8216ceea9f722c5681c5 (patch)
treeef5a654a05f0c2abc2f781986f7644fc99f72c65 /usr/local/www/load_balancer_pool_edit.php
parentc9e7d30d3edac8b5165e9ebace80f1828cb556e3 (diff)
downloadpfsense-82d0dfb39993a516b54f8216ceea9f722c5681c5.zip
pfsense-82d0dfb39993a516b54f8216ceea9f722c5681c5.tar.gz
When adding to a pool in manual failover mode, enforce the one-active limit also.
Diffstat (limited to 'usr/local/www/load_balancer_pool_edit.php')
-rwxr-xr-xusr/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 e8529ac..2764a92 100755
--- a/usr/local/www/load_balancer_pool_edit.php
+++ b/usr/local/www/load_balancer_pool_edit.php
@@ -226,7 +226,7 @@ function clearcombo(){
<td width="22%" valign="top" class="vncellreq"><?=gettext("Server IP Address"); ?></td>
<td width="78%" class="vtable" colspan="2">
<input name="ipaddr" type="text" size="16" style="float: left;">
- <input class="formbtn" type="button" name="button1" value="<?=gettext("Add to pool"); ?>" onclick="AddServerToPool(document.iform);"><br>
+ <input class="formbtn" type="button" name="button1" value="<?=gettext("Add to pool"); ?>" onclick="AddServerToPool(document.iform); enforceFailover(); checkPoolControls();"><br>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud