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
committerRenato Botelho <renato@netgate.com>2017-01-30 10:27:18 -0200
commit23f933dfc0bca33f03b66d88783363b9e886d9cb (patch)
tree4cea7c8a0c4425b93112e8ab70a2becb0dfbcf7d /src/usr/local/www/interfaces_groups_edit.php
parent5c914c00c5e0ddd9bf71a533334d8c97393cf554 (diff)
downloadpfsense-23f933dfc0bca33f03b66d88783363b9e886d9cb.zip
pfsense-23f933dfc0bca33f03b66d88783363b9e886d9cb.tar.gz
Required fields in Interfaces pages
(cherry picked from commit 1095b20410963e748fe13268e6fa8f35ccce2319)
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 cc9745a..b7ae1df 100644
--- a/src/usr/local/www/interfaces_groups_edit.php
+++ b/src/usr/local/www/interfaces_groups_edit.php
@@ -241,7 +241,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