summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-14 17:14:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-14 17:14:20 +0000
commit33cec50122a75a3985751b5f40fad23deebf4c60 (patch)
treee706b6094e7f8565800bb988581260bd0eac6e67 /usr/local/www/firewall_shaper_queues_edit.php
parent92060455f73ad9c3004e439535875467046b66cc (diff)
downloadpfsense-33cec50122a75a3985751b5f40fad23deebf4c60.zip
pfsense-33cec50122a75a3985751b5f40fad23deebf4c60.tar.gz
Show bandwidth field
Ticket #490
Diffstat (limited to 'usr/local/www/firewall_shaper_queues_edit.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper_queues_edit.php b/usr/local/www/firewall_shaper_queues_edit.php
index b499c43..8b1d4af 100755
--- a/usr/local/www/firewall_shaper_queues_edit.php
+++ b/usr/local/www/firewall_shaper_queues_edit.php
@@ -199,7 +199,7 @@ include("head.inc");
?>
</td>
</tr>
- <?php if ($schedulertype == "cbq"): ?>
+ <?php if ($schedulertype == "cbq" or $schedulertype == "hfsc"): ?>
<tr>
<td valign="top" class="vncellreq">Bandwidth</td>
<td class="vtable"> <input name="bandwidth" class="formfld" value="<?=htmlspecialchars($pconfig['bandwidth']);?>">
OpenPOWER on IntegriCloud