From 9fff2c4a666cfb0a330c4385812584c91fa49188 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 21 May 2013 12:54:07 -0700 Subject: [PATCH] Add VM total to dashboard --- ui/scripts/vpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index fa5c0a56c8e..9cef91a0793 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -3080,7 +3080,7 @@ { id: 'tierVMs', name: 'Virtual Machines', - total: 0 + total: $.isArray(tier.virtualMachines) ? tier.virtualMachines.length : 0 } ] });