mirror of
https://github.com/mclueppers/xo-server.git
synced 2025-04-08 20:55:02 +02:00
Minor fix.
This commit is contained in:
parent
6988a3250b
commit
537e3b6f1f
@ -551,7 +551,7 @@ Api.fn.xo = {
|
||||
var total_memory = 0;
|
||||
_.each(hosts, function (host) {
|
||||
n_cpus += host.host_CPUs.length;
|
||||
total_memory += host.metrics.memory_total;
|
||||
total_memory += +host.metrics.memory_total;
|
||||
});
|
||||
|
||||
var n_vifs = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user