summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/load_balancer_virtual_server_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/load_balancer_virtual_server_edit.php b/usr/local/www/load_balancer_virtual_server_edit.php
index 4c0894f..e56ba70 100755
--- a/usr/local/www/load_balancer_virtual_server_edit.php
+++ b/usr/local/www/load_balancer_virtual_server_edit.php
@@ -139,7 +139,7 @@ include("head.inc");
<tr align="left">
<td width="22%" valign="top" class="vncellreq">Pool Down Server</td>
<td width="78%" class="vtable" colspan="2">
- <input name="ipaddr" type="text" <?if(isset($pconfig['sitedown'])) echo "value=\"{$pconfig['sitedown']}\"";?> size="16" maxlength="16">
+ <input name="sitedown" type="text" <?if(isset($pconfig['sitedown'])) echo "value=\"{$pconfig['sitedown']}\"";?> size="16" maxlength="16">
<br><b>NOTE:</b> This is the server that clients will be redirected to if *ALL* servers in the pool are offline.
</td>
</tr>
OpenPOWER on IntegriCloud