summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-24 21:54:53 +0545
committerRenato Botelho <renato@netgate.com>2017-02-10 13:55:30 -0200
commit85877e3c685731933b736005aa02e6ec668a8571 (patch)
treee34bf25da8bb9575380279b5a7afd51d3e6b131a /src
parentac5e11a7d83fdabdea292d097b5913205c61b778 (diff)
downloadpfsense-85877e3c685731933b736005aa02e6ec668a8571.zip
pfsense-85877e3c685731933b736005aa02e6ec668a8571.tar.gz
Require Name field in Shaper
(cherry picked from commit 40dcb4b61a2c1213a0b3e213c78fddac845a0117)
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/shaper.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/etc/inc/shaper.inc b/src/etc/inc/shaper.inc
index 86c30dc..c404f5d 100644
--- a/src/etc/inc/shaper.inc
+++ b/src/etc/inc/shaper.inc
@@ -834,7 +834,7 @@ class altq_root_queue {
));
$section->addInput(new Form_StaticText(
- 'Name',
+ '*Name',
$this->GetQname()
));
@@ -1443,7 +1443,7 @@ class priq_queue {
$section->addInput(new Form_Input(
'newname',
- 'Name',
+ '*Name',
'text',
$this->GetQname()
))->setHelp('Enter the name of the queue here. Do not use spaces and limit the size to 15 characters.');
@@ -3858,7 +3858,7 @@ EOD;
$section->addInput(new Form_Input(
'newname',
- 'Name',
+ '*Name',
'text',
$this->GetQname()
));
@@ -4171,7 +4171,7 @@ class dnqueue_class extends dummynet_class {
$section->addInput(new Form_Input(
'newname',
- 'Name',
+ '*Name',
'text',
$this->GetQname()
));
OpenPOWER on IntegriCloud