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:00:00 -0400
commit0200db178ef225f796aea837e33ae438f5899ae3 (patch)
tree546334e3c68c3737754a90285b7ec2884d48278a /src/usr/local/www/load_balancer_virtual_server_edit.php
parent91cd1923b133c57eaa9897ce4574ce19b7122dc4 (diff)
downloadpfsense-0200db178ef225f796aea837e33ae438f5899ae3.zip
pfsense-0200db178ef225f796aea837e33ae438f5899ae3.tar.gz
Fixed #6169
and added alias pop-ups to load_balancer_virtual_server.php
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