summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs_vpn.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2015-12-21 15:05:26 -0800
committerStephen Beaver <sbeaver@netgate.com>2016-01-07 13:29:29 -0500
commitf81ad804aa482edacf9e532d41ca951414ce695a (patch)
tree55b5d4555402a8acbad55929a91d9d3666a4dd91 /src/usr/local/www/status_logs_vpn.php
parent87be90eda9c5c008073b598610fb5aaf1d177e8f (diff)
downloadpfsense-f81ad804aa482edacf9e532d41ca951414ce695a.zip
pfsense-f81ad804aa482edacf9e532d41ca951414ce695a.tar.gz
Per Colin (PR #2300)
Use Bootstraps text alignment classes As per "http://getbootstrap.com/css/#type-alignment", use CLASS statement instead in inline STYLE statement (much tidier)
Diffstat (limited to 'src/usr/local/www/status_logs_vpn.php')
-rw-r--r--src/usr/local/www/status_logs_vpn.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/status_logs_vpn.php b/src/usr/local/www/status_logs_vpn.php
index 0f32b22..e5e0e91 100644
--- a/src/usr/local/www/status_logs_vpn.php
+++ b/src/usr/local/www/status_logs_vpn.php
@@ -497,7 +497,7 @@ if (!$rawfilter) {
if ($logfile == "vpn") {
?>
<thead>
- <tr style="white-space:nowrap;">
+ <tr class="text-nowrap">
<th><?=gettext("Time")?></th>
<th><?=gettext("Action")?></th>
<th><?=gettext("User")?></th>
@@ -509,7 +509,7 @@ if (!$rawfilter) {
if ($logfile != "vpn") { # Needs to be tested with a vpn.log file before enabling.
foreach ($filterlog as $filterent) {
?>
- <tr style="white-space:nowrap;">
+ <tr class="text-nowrap">
<td>
<?=htmlspecialchars($filterent['time'])?>
</td>
@@ -539,7 +539,7 @@ if (!$rawfilter) {
} else {
?>
<thead>
- <tr style="white-space:nowrap;">
+ <tr class="text-nowrap">
<th><?=gettext("Time")?></th>
<th><?=gettext("Type")?></th>
<th><?=gettext("PID")?></th>
@@ -550,7 +550,7 @@ if (!$rawfilter) {
<?php
foreach ($filterlog as $filterent) {
?>
- <tr style="white-space:nowrap;">
+ <tr class="text-nowrap">
<td>
<?=htmlspecialchars($filterent['time'])?>
</td>
OpenPOWER on IntegriCloud