summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_system_pftop.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-01-31 12:38:39 -0500
committerjim-p <jimp@pfsense.org>2011-01-31 12:38:39 -0500
commit54eb029eea30213c8815ca534132a6ed03b44dd4 (patch)
tree1e2882473e7d18094aff23cca409a8b070e4c4a8 /usr/local/www/diag_system_pftop.php
parenta49b22352ae7de8dda9faa246a215957ac1ddc78 (diff)
downloadpfsense-54eb029eea30213c8815ca534132a6ed03b44dd4.zip
pfsense-54eb029eea30213c8815ca534132a6ed03b44dd4.tar.gz
Fix display of these pages on Opera. http://forum.pfsense.org/index.php/topic,32773.0.html
Diffstat (limited to 'usr/local/www/diag_system_pftop.php')
-rw-r--r--usr/local/www/diag_system_pftop.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_system_pftop.php b/usr/local/www/diag_system_pftop.php
index a064f27..af0a581 100644
--- a/usr/local/www/diag_system_pftop.php
+++ b/usr/local/www/diag_system_pftop.php
@@ -77,7 +77,7 @@ else
});
}
function activitycallback(transport) {
- $('cpuactivitydiv').innerHTML = '<font face="Courier"><font size="2"><b><pre>' + transport.responseText + '</pre></font>';
+ $('cpuactivitydiv').innerHTML = '<font face="Courier"><font size="2"><b><pre style="text-align:left;">' + transport.responseText + '</pre></font>';
setTimeout('getcpuactivity()', 2500);
}
setTimeout('getcpuactivity()', 1000);
OpenPOWER on IntegriCloud