Revision d89fdda0
Added by Jim Pingle about 14 years ago
usr/local/www/load_balancer_pool.php | ||
---|---|---|
144 | 144 |
</div> |
145 | 145 |
</td> |
146 | 146 |
</tr> |
147 |
<tr><td> |
|
148 |
<br/><span class="red"><strong><?=gettext("Hint:");?></strong></span><br/> |
|
149 |
<?= 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']);?> |
|
150 |
<a href="/system_gateway_groups.php"><?= gettext("Gateway Groups"); ?></a> |
|
151 |
</td></tr> |
|
147 | 152 |
</table> |
148 | 153 |
</form> |
149 | 154 |
<?php include("fend.inc"); ?> |
Also available in: Unified diff
Add a note to the server Load Balancer page to let users know it's not for Multi-WAN.