diff options
author | jim-p <jimp@pfsense.org> | 2011-08-30 16:03:12 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-08-30 16:04:34 -0400 |
commit | d89fdda0f26a49475b314559a235c8f5d7d35ffa (patch) | |
tree | 48bf02bbfbb5ce9592dc6a85f6b8e17e6f0c5dc4 | |
parent | 96beb23dd4c754f98df4101e15262cf9f43d8b53 (diff) | |
download | pfsense-d89fdda0f26a49475b314559a235c8f5d7d35ffa.zip pfsense-d89fdda0f26a49475b314559a235c8f5d7d35ffa.tar.gz |
Add a note to the server Load Balancer page to let users know it's not for Multi-WAN.
-rwxr-xr-x | usr/local/www/load_balancer_pool.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/local/www/load_balancer_pool.php b/usr/local/www/load_balancer_pool.php index fcd0f72..24c99db 100755 --- a/usr/local/www/load_balancer_pool.php +++ b/usr/local/www/load_balancer_pool.php @@ -144,6 +144,11 @@ include("head.inc"); </div> </td> </tr> + <tr><td> + <br/><span class="red"><strong><?=gettext("Hint:");?></strong></span><br/> + <?= sprintf(gettext("The Load Balancer in %s 2.0 is for server load balancing, not Multi-WAN. For load balancing or failover for multiple WANs, use "), $g['product_name']);?> + <a href="/system_gateway_groups.php"><?= gettext("Gateway Groups"); ?></a> + </td></tr> </table> </form> <?php include("fend.inc"); ?> |