summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-14 14:31:11 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-14 14:31:11 -0500
commit69169f52c662717e6bd458613a3c10146395a8a6 (patch)
tree4ff41d01c43ab683cea9b83a5738b28185860bbc /src/usr/local/www
parentfb3c38e279aed9137dba4b4b777ee7ca2f71cf77 (diff)
downloadpfsense-69169f52c662717e6bd458613a3c10146395a8a6.zip
pfsense-69169f52c662717e6bd458613a3c10146395a8a6.tar.gz
Correct <th> widths
Diffstat (limited to 'src/usr/local/www')
-rwxr-xr-xsrc/usr/local/www/status_logs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/status_logs.php b/src/usr/local/www/status_logs.php
index ee8bfab..58cbe34 100755
--- a/src/usr/local/www/status_logs.php
+++ b/src/usr/local/www/status_logs.php
@@ -438,8 +438,8 @@ if (!$rawfilter) {
<tr>
<th><?=gettext("Time")?></th>
<th><?=gettext("Process")?></th>
- <th><?=gettext("PID")?></th>
- <th style="width:100%"><?=gettext("Message")?></th>
+ <th class="col-md-1"><?=gettext("PID")?></th>
+ <th><?=gettext("Message")?></th>
</tr>
</thead>
<tbody>
OpenPOWER on IntegriCloud