Revision 54eb029e
Added by Jim Pingle over 14 years ago
usr/local/www/diag_limiter_info.php | ||
---|---|---|
71 | 71 |
}); |
72 | 72 |
} |
73 | 73 |
function activitycallback(transport) { |
74 |
$('limiteractivitydiv').innerHTML = '<font face="Courier"><font size="2"><b><pre>' + transport.responseText + '</pre></font>'; |
|
74 |
$('limiteractivitydiv').innerHTML = '<font face="Courier"><font size="2"><b><pre style="text-align:left;">' + transport.responseText + '</pre></font>';
|
|
75 | 75 |
setTimeout('getlimiteractivity()', 2000); |
76 | 76 |
} |
77 | 77 |
setTimeout('getlimiteractivity()', 5000); |
Also available in: Unified diff
Fix display of these pages on Opera. http://forum.pfsense.org/index.php/topic,32773.0.html