oups, wrong CPU count

This commit is contained in:
Florent BEAUCHAMP
2015-07-23 16:59:48 +02:00
committed by Fabrice Marsaud
parent f25ec34bc3
commit 5390b4a4b3

View File

@@ -121,7 +121,7 @@ export default angular.module('dashboard.dataviz', [
name: 'Free',
id: 'free'+host.id,
size: host.CPUs.cpu_count - vm_cpu_size ,
textSize : (host.memory.size-vm_ram_size)+' CPU'
textSize : (host.CPUs.cpu_count - vm_cpu_size)+' CPU'
})
}