Add VM total to dashboard

This commit is contained in:
Brian Federle 2013-05-21 12:54:07 -07:00
parent 451c83c998
commit 9fff2c4a66
1 changed files with 1 additions and 1 deletions

View File

@ -3080,7 +3080,7 @@
{
id: 'tierVMs',
name: 'Virtual Machines',
total: 0
total: $.isArray(tier.virtualMachines) ? tier.virtualMachines.length : 0
}
]
});