oups, wrong CPU count
This commit is contained in:
committed by
Fabrice Marsaud
parent
f25ec34bc3
commit
5390b4a4b3
@@ -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'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user