summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_groups_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-23 12:04:28 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-23 12:04:28 +0545
commit1095b20410963e748fe13268e6fa8f35ccce2319 (patch)
tree65c3041b63b36fc1934593c8bc9257015ab608ac /src/usr/local/www/interfaces_groups_edit.php
parentb2bb49709d6d1cb845f2c7caf40bebe375ecb2d7 (diff)
downloadpfsense-1095b20410963e748fe13268e6fa8f35ccce2319.zip
pfsense-1095b20410963e748fe13268e6fa8f35ccce2319.tar.gz
Required fields in Interfaces pages
Diffstat (limited to 'src/usr/local/www/interfaces_groups_edit.php')
-rw-r--r--src/usr/local/www/interfaces_groups_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces_groups_edit.php b/src/usr/local/www/interfaces_groups_edit.php
index b8f4449..c82463b 100644
--- a/src/usr/local/www/interfaces_groups_edit.php
+++ b/src/usr/local/www/interfaces_groups_edit.php
@@ -203,7 +203,7 @@ $section = new Form_Section('Interface Group Configuration');
$section->addInput(new Form_Input(
'ifname',
- 'Group Name',
+ '*Group Name',
'text',
$pconfig['ifname'],
['placeholder' => 'Group Name', 'maxlength' => "16"]
OpenPOWER on IntegriCloud