From 0418253ba6e1831c5adf513e481c2e58b88acc0d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 26 Oct 2008 01:15:14 +0000 Subject: Center text output --- usr/local/www/diag_system_activity.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'usr') diff --git a/usr/local/www/diag_system_activity.php b/usr/local/www/diag_system_activity.php index e800685..3124e94 100644 --- a/usr/local/www/diag_system_activity.php +++ b/usr/local/www/diag_system_activity.php @@ -58,7 +58,7 @@ include("head.inc"); }); } function activitycallback(transport) { - $('cpuactivitydiv').innerHTML = '
' + transport.responseText  + '
'; + $('cpuactivitydiv').innerHTML = '
' + transport.responseText  + '
'; setTimeout('getcpuactivity()', 2500); } setTimeout('getcpuactivity()', 1000); @@ -83,9 +83,14 @@ include("head.inc");
-
- Gathering CPU activity, please wait... -
+
+ + +
+
+ Gathering CPU activity, please wait... +
+
-- cgit v1.1