summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-07 01:38:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-07 01:38:51 +0000
commit81ae6cb05e9dc1e709cbd5c474494bec04270515 (patch)
tree2148767af382323b0035cbd925ae1d38326299bf /usr
parent4bed294c79f03dbc9e79f6b1a69c3fbe27d4f07b (diff)
downloadpfsense-81ae6cb05e9dc1e709cbd5c474494bec04270515.zip
pfsense-81ae6cb05e9dc1e709cbd5c474494bec04270515.tar.gz
Change table to not have a width 100% flag
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/status_queues.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_queues.php b/usr/local/www/status_queues.php
index ea11967..67bc442 100755
--- a/usr/local/www/status_queues.php
+++ b/usr/local/www/status_queues.php
@@ -52,7 +52,7 @@ $a_queues = &$config['shaper']['queue'];
<?php include("fbegin.inc"); ?>
<p class="pgtitle">Status: Traffic shaper: Queues</p>
<form action="status_queues.php" method="post">
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <table border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="listhdr">Queue Stats</td>
</tr>
OpenPOWER on IntegriCloud