summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/load_balancer_virtual_server_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-15 11:00:00 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-15 11:01:27 -0400
commite8dcc1dd4aa6abd558ec549e1872f5705d048689 (patch)
tree9f7e6f72595723620e6cc3e10616e06f6665dfe0 /src/usr/local/www/load_balancer_virtual_server_edit.php
parent994895f3a7169c308f42d11098f505e6c2d6f143 (diff)
downloadpfsense-e8dcc1dd4aa6abd558ec549e1872f5705d048689.zip
pfsense-e8dcc1dd4aa6abd558ec549e1872f5705d048689.tar.gz
Fixed #6169
and added alias pop-ups to load_balancer_virtual_server.php (cherry picked from commit 0200db178ef225f796aea837e33ae438f5899ae3)
Diffstat (limited to 'src/usr/local/www/load_balancer_virtual_server_edit.php')
-rw-r--r--src/usr/local/www/load_balancer_virtual_server_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/load_balancer_virtual_server_edit.php b/src/usr/local/www/load_balancer_virtual_server_edit.php
index 38373ad..9e49154 100644
--- a/src/usr/local/www/load_balancer_virtual_server_edit.php
+++ b/src/usr/local/www/load_balancer_virtual_server_edit.php
@@ -219,10 +219,10 @@ $section->addInput(new Form_Input(
$pconfig['descr']
));
-
-$section->addInput(new Form_IpAddress(
+$section->addInput(new Form_Input(
'ipaddr',
'IP Address',
+ 'text',
$pconfig['ipaddr']
))->setHelp('This is normally the WAN IP address for the server to listen on. ' .
'All connections to this IP and port will be forwarded to the pool cluster. ' .
OpenPOWER on IntegriCloud