summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_keys_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-31 19:40:19 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-31 19:40:19 +0545
commit1bbdab13e436f5f2b9e381886be4d9c2d1a4e44f (patch)
tree5c610d607452b20c18ab9dc70b12cd87a5191dda /src/usr/local/www/vpn_ipsec_keys_edit.php
parentac9759a2b3596a2910cca0cf14b4ccd7086a0e09 (diff)
downloadpfsense-1bbdab13e436f5f2b9e381886be4d9c2d1a4e44f.zip
pfsense-1bbdab13e436f5f2b9e381886be4d9c2d1a4e44f.tar.gz
Required fields for VPN pages
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_keys_edit.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_keys_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/vpn_ipsec_keys_edit.php b/src/usr/local/www/vpn_ipsec_keys_edit.php
index 13e36ad..c5c515c 100644
--- a/src/usr/local/www/vpn_ipsec_keys_edit.php
+++ b/src/usr/local/www/vpn_ipsec_keys_edit.php
@@ -134,21 +134,21 @@ $section = new Form_Section('Edit Pre-Shared-Secret');
$section->addInput(new Form_Input(
'ident',
- 'Identifier',
+ '*Identifier',
'text',
$pconfig['ident']
))->setHelp('This can be either an IP address, fully qualified domain name or an e-mail address.');
$section->addInput(new Form_Select(
'type',
- 'Secret type',
+ '*Secret type',
$pconfig['type'],
$ipsec_preshared_key_type
))->setWidth(2);
$section->addInput(new Form_Input(
'psk',
- 'Pre-Shared Key',
+ '*Pre-Shared Key',
'text',
$pconfig['psk']
));
OpenPOWER on IntegriCloud