summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-08-26 16:35:33 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-08-26 19:07:07 -0400
commitf7b9f8ee21dac8b0a2ba8a998779335155be2760 (patch)
tree83d00cae28511c87ce92102794f3d6db0ff5073a /src
parent9eb965f6a074344107c6a966d46fa013a104690d (diff)
downloadpfsense-f7b9f8ee21dac8b0a2ba8a998779335155be2760.zip
pfsense-f7b9f8ee21dac8b0a2ba8a998779335155be2760.tar.gz
Fixed #5018
Added column headers (Actually footers)
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/shaper.inc21
1 files changed, 12 insertions, 9 deletions
diff --git a/src/etc/inc/shaper.inc b/src/etc/inc/shaper.inc
index f5c91b0..f465d36 100644
--- a/src/etc/inc/shaper.inc
+++ b/src/etc/inc/shaper.inc
@@ -2217,20 +2217,21 @@ EOJS;
null,
'text',
$this->GetU_m1()
- ));
+ ))->setHelp('m1');
$group->add(new Form_Input(
'upperlimit2',
null,
'text',
$this->GetU_d()
- ));
+ ))->setHelp('d');
+
$group->add(new Form_Input(
'upperlimit3',
null,
'text',
$this->GetU_m2()
- ));
+ ))->setHelp('m2');
$section->add($group);
@@ -2249,20 +2250,21 @@ EOJS;
null,
'text',
$this->GetR_m1()
- ));
+ ))->setHelp('m1');
$group->add(new Form_Input(
'realtime2',
null,
'text',
$this->GetR_d()
- ));
+ ))->setHelp('d');
+
$group->add(new Form_Input(
'realtime3',
null,
'text',
$this->GetR_m2()
- ));
+ ))->setHelp('m2');
$section->add($group);
@@ -2280,20 +2282,21 @@ EOJS;
null,
'text',
$this->GetL_m1()
- ));
+ ))->setHelp('m1');
$group->add(new Form_Input(
'linkshare2',
null,
'text',
$this->GetL_d()
- ));
+ ))->setHelp('d');
+
$group->add(new Form_Input(
'linkshare3',
null,
'text',
$this->GetL_m2()
- ));
+ ))->setHelp('m2');
$group->sethelp('Bandwidth share overrides priority.' . '<br />' .
'The format for service curve specifications is (m1, d, m2). m2 controls the bandwidth assigned to the queue. ' .
OpenPOWER on IntegriCloud