mirror of
https://github.com/apache/cloudstack
synced 2026-09-01 09:29:05 +00:00
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
Block a user