summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-29 00:23:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-29 00:23:43 +0000
commitb286b11c06cd977bb9ed8f1e1a00d1d164e761d7 (patch)
tree559dfcbd333807dc50af29f985daa9c65cc6ab30 /usr/local/www/diag_dump_states.php
parentb8765e85565ba7c489cfa797b649febdda96e81f (diff)
downloadpfsense-b286b11c06cd977bb9ed8f1e1a00d1d164e761d7.zip
pfsense-b286b11c06cd977bb9ed8f1e1a00d1d164e761d7.tar.gz
Remove type column
Diffstat (limited to 'usr/local/www/diag_dump_states.php')
-rwxr-xr-xusr/local/www/diag_dump_states.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php
index a38cbc4..b8d5441 100755
--- a/usr/local/www/diag_dump_states.php
+++ b/usr/local/www/diag_dump_states.php
@@ -72,7 +72,6 @@ if($_GET['filter']) {
</tr>
<tr>
- <td class="listhdrr" width="10%">Type</td>
<td class="listhdrr" width="10%">Proto</td>
<td class="listhdrr" width="65">Source -> Router -> Destination</td>
<td class="listhdr" width="25%">State</td>
@@ -93,7 +92,6 @@ if(count($states) > 0) {
$towrite = <<<EOD
<tr valign="top">
- <td class="listlr">{$type}</td>
<td class="listlr">{$proto}</td>
<td class="listlr">{$info}</td>
<td class="listlr">{$state}</td>
OpenPOWER on IntegriCloud