mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
dashboard: minor adjustment of print statement
This commit is contained in:
parent
2988322656
commit
2b026db8d6
@ -107,7 +107,7 @@ if (isset($_POST['getupdatestatus'])) {
|
||||
// update cpu usage chart
|
||||
system_information_widget_cpu_update(sender, data);
|
||||
|
||||
$("#system_information_widget_cpu_type").html(data['cpu']['model'] + ' ('+data['cpu']['cpus']+' cores )');
|
||||
$("#system_information_widget_cpu_type").html(data['cpu']['model'] + ' ('+data['cpu']['cpus']+' cores)');
|
||||
var uptime_days = parseInt(moment.duration(parseInt(data['uptime']), 'seconds').asDays());
|
||||
var uptime_str = "";
|
||||
if (uptime_days > 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user