summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-16 01:17:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-16 01:17:13 +0000
commit5dd55fa3ce7a161e5200d944a6cb7d57c53d303e (patch)
tree53351e9c8a72f81757b9a458d319be4f5b6ae9d3 /usr/local/www/firewall_shaper_queues.php
parent0d5bd71c72b7a2a905680dfdad79cfa96c236c89 (diff)
downloadpfsense-5dd55fa3ce7a161e5200d944a6cb7d57c53d303e.zip
pfsense-5dd55fa3ce7a161e5200d944a6cb7d57c53d303e.tar.gz
traffic shaper changes
Diffstat (limited to 'usr/local/www/firewall_shaper_queues.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index fa60240..6b30744 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -103,7 +103,7 @@ if ($_GET['act'] == "del") {
<tr>
<td width="10%" class="listhdrr">No.</td>
<td width="5%" class="listhdrr">Priority</td>
- <td width="20%" class="listhdrr">Options</td>
+ <td width="20%" class="listhdrr">Assigned Queue</td>
<td width="30%" class="listhdr">Description</td>
<td width="10%" class="list"></td>
</tr>
@@ -114,9 +114,9 @@ if ($_GET['act'] == "del") {
<td class="listr">
<?=$queue['priority'];?></td>
<td class="listr">
- <?php if ($queue['options']): ?>
- <?=$queue['options'];?>
- <?php endif; ?>
+ <?php echo $queue['options']['associatedrule']; ?>
+
+
&nbsp; </td>
<td class="listbg">
<?=htmlspecialchars($queue['name']);?>
OpenPOWER on IntegriCloud