[TASK] Format load average

This commit is contained in:
Xaver Maierhofer 2016-05-24 23:26:46 +02:00
parent 5d84a328bd
commit 5162946fca
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ define(["moment", "numeral", "tablesort", "tablesort.number", "moment.de"],
}
return function (el) {
el.appendChild(showLoadBar("load-avg", d.statistics.loadavg));
el.appendChild(showLoadBar("load-avg", numeral(d.statistics.loadavg).format("0.00")));
};
}