summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-06 03:10:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-06 03:10:21 +0000
commitb9000512183cc9528e722080ebf5eb642637656b (patch)
tree22d373c4794337303d76ee7029ac21508f131939 /usr
parentd3b645fc30a45073fdf2206344291ffcbf8ec2cf (diff)
downloadpfsense-b9000512183cc9528e722080ebf5eb642637656b.zip
pfsense-b9000512183cc9528e722080ebf5eb642637656b.tar.gz
Add Flags column
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index ab37f99..2cee414 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -130,7 +130,8 @@ if ($_GET['act'] == "del") {
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10%" class="listhdrr">No.</td>
- <td width="20%" class="listhdrr">Priority</td>
+ <td width="10%" class="listhdrr">Flags</td>
+ <td width="10%" class="listhdrr">Priority</td>
<td width="10%" class="listhdr">Default</td>
<td width="50%" class="listhdr">Name</td>
<td width="10%" class="list"></td>
@@ -140,6 +141,14 @@ if ($_GET['act'] == "del") {
<td class="listlr">
<?=($i+1);?>
</td>
+ <td class="listlr">
+ <?php
+ if($queue['red'] <> "") echo " RED";
+ if($queue['ecn'] <> "") echo " ECN";
+ if($queue['borrow'] <> "") echo " Borrow";
+ ?>
+ &nbsp;
+ </td>
<td class="listr">
<?=$queue['priority'];?>&nbsp;
</td>
OpenPOWER on IntegriCloud