mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Update url
This commit is contained in:
parent
37ca49b426
commit
7a97eaefd9
@ -47,7 +47,7 @@ include("head.inc");
|
||||
<script type="text/javascript">
|
||||
function getcpuactivity() {
|
||||
scroll(0,0);
|
||||
var url = "/diag_cpu_activity.php";
|
||||
var url = "/diag_system_activity.php";
|
||||
var pars = 'getactivity=yes';
|
||||
var myAjax = new Ajax.Request(
|
||||
url,
|
||||
@ -84,7 +84,7 @@ include("head.inc");
|
||||
<tr>
|
||||
<td>
|
||||
<div name='cpuactivitydiv' id='cpuactivitydiv'>
|
||||
Gathering CPU activity, please wait...
|
||||
<b>Gathering CPU activity, please wait...
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user