summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index b5b4a23..8581c22 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -134,6 +134,7 @@ if ($_GET['act'] == "del") {
<td width="5%" class="listhdrr">Flags</td>
<td width="5%" class="listhdrr">Priority</td>
<td width="5%" class="listhdr">Default</td>
+ <td width="5%" class="listhdr">Bandwidth</td>
<td width="70%" class="listhdr">Name</td>
<td width="10%" class="list"></td>
</tr>
@@ -162,6 +163,10 @@ if ($_GET['act'] == "del") {
}
?>
</td>
+ <td class="listr">
+ <?=htmlspecialchars($queue['bandwidth']);?> <?=htmlspecialchars($queue['bandwidthtype']);?>
+ &nbsp;
+ </td>
<td class="listbg">
<font color="#FFFFFF"><?=htmlspecialchars($queue['name']);?>
&nbsp;
OpenPOWER on IntegriCloud