summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/load_balancer_virtual_server_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-23 17:17:42 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-23 17:17:42 +0545
commit275d769e0d99e02984e42e2328cbcb681f9b87fb (patch)
treedb2b75d0715631996000a32462be127e276f8fda /src/usr/local/www/load_balancer_virtual_server_edit.php
parentb2bb49709d6d1cb845f2c7caf40bebe375ecb2d7 (diff)
downloadpfsense-275d769e0d99e02984e42e2328cbcb681f9b87fb.zip
pfsense-275d769e0d99e02984e42e2328cbcb681f9b87fb.tar.gz
Required fields in Load Balancer pages
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 eb75338..c3e1d1e 100644
--- a/src/usr/local/www/load_balancer_virtual_server_edit.php
+++ b/src/usr/local/www/load_balancer_virtual_server_edit.php
@@ -174,7 +174,7 @@ $section = new Form_Section('Edit Load Balancer - Virtual Server Entry');
$section->addInput(new Form_Input(
'name',
- 'Name',
+ '*Name',
'text',
$pconfig['name']
));
@@ -188,7 +188,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Input(
'ipaddr',
- 'IP Address',
+ '*IP Address',
'text',
$pconfig['ipaddr']
))->setHelp('This is normally the WAN IP address for the server to listen on. ' .
OpenPOWER on IntegriCloud