summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-23 21:28:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-23 21:28:59 +0000
commitdbab498dfd95b05de8ca40d3fd2379a15f5ca217 (patch)
tree518e439d1074c1594d49dc83c8f0d9970da3a2b6 /usr/local
parent0751a8a108e72d2fcee6d10f2b50a80aec389bdf (diff)
downloadpfsense-dbab498dfd95b05de8ca40d3fd2379a15f5ca217.zip
pfsense-dbab498dfd95b05de8ca40d3fd2379a15f5ca217.tar.gz
Show bandwidth commited to a queue.
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