summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-06 20:21:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-06 20:21:23 +0000
commitb504c2f8ce66fb2ac68d449d70b24446b8cda456 (patch)
treec020f0d3a021ecf2018b8fc675be41e230807c83 /usr
parent7b5f5bc17444cccb2beb675cec0a36aedebab337 (diff)
downloadpfsense-b504c2f8ce66fb2ac68d449d70b24446b8cda456.zip
pfsense-b504c2f8ce66fb2ac68d449d70b24446b8cda456.tar.gz
Add gateway to summary list
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index c065245..187bc10 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -209,6 +209,7 @@ include("head.inc");
<td width="10%" class="listhdrr">Port</td>
<td width="15%" class="listhdrr">Destination</td>
<td width="10%" class="listhdrr">Port</td>
+ <td width="10%" class="listhdrr">Gateway</td>
<td width="22%" class="listhdr">Description</td>
<td width="10%" class="list"></td>
</tr>
@@ -261,6 +262,11 @@ include("head.inc");
<td class="listr" onClick="fr_toggle(<?=$nrules;?>)" id="frd<?=$nrules;?>" ondblclick="document.location='firewall_rules_edit.php?id=<?=$i;?>';">
<?=$textss;?><?php echo htmlspecialchars(pprint_port($filterent['destination']['port'])); ?><?=$textse;?>
</td>
+
+ <td class="listr" onClick="fr_toggle(<?=$nrules;?>)" id="frd<?=$nrules;?>" ondblclick="document.location='firewall_rules_edit.php?id=<?=$i;?>';">
+ <?=$textss;?><?php echo htmlspecialchars(pprint_port($filterent['gateway'])); ?><?=$textse;?>
+ </td>
+
<td class="listbg" onClick="fr_toggle(<?=$nrules;?>)" ondblclick="document.location='firewall_rules_edit.php?id=<?=$i;?>';" bcolor="#990000"><font color="white">
<?=$textss;?><?=htmlspecialchars($filterent['descr']);?>&nbsp;<?=$textse;?>
</td>
OpenPOWER on IntegriCloud