mirror of https://github.com/apache/cloudstack.git
Add VM total to dashboard
This commit is contained in:
parent
451c83c998
commit
9fff2c4a66
|
|
@ -3080,7 +3080,7 @@
|
|||
{
|
||||
id: 'tierVMs',
|
||||
name: 'Virtual Machines',
|
||||
total: 0
|
||||
total: $.isArray(tier.virtualMachines) ? tier.virtualMachines.length : 0
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue