summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_vlan_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-24 11:36:04 +0545
committerRenato Botelho <renato@netgate.com>2017-01-30 10:29:51 -0200
commitf25e48e4cbe6423ff76216b9c3b48e4908518aec (patch)
tree91ac804dba3f00c6bab0ad98a6e9d858701f0e48 /src/usr/local/www/interfaces_vlan_edit.php
parenteb75a6be49d9ed2daa23ecd331f2993ce43da785 (diff)
downloadpfsense-f25e48e4cbe6423ff76216b9c3b48e4908518aec.zip
pfsense-f25e48e4cbe6423ff76216b9c3b48e4908518aec.tar.gz
More required fields for Interface pages
(cherry picked from commit fb572e810abe247c273c27ffafb129430b13be1f)
Diffstat (limited to 'src/usr/local/www/interfaces_vlan_edit.php')
-rw-r--r--src/usr/local/www/interfaces_vlan_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces_vlan_edit.php b/src/usr/local/www/interfaces_vlan_edit.php
index da80d57..9f4266f 100644
--- a/src/usr/local/www/interfaces_vlan_edit.php
+++ b/src/usr/local/www/interfaces_vlan_edit.php
@@ -214,7 +214,7 @@ $section = new Form_Section('VLAN Configuration');
$section->addInput(new Form_Select(
'if',
- 'Parent Interface',
+ '*Parent Interface',
$pconfig['if'],
build_interfaces_list()
))->setWidth(6)->setHelp('Only VLAN capable interfaces will be shown.');
OpenPOWER on IntegriCloud