From 214fc8d519a1287acbcf0c70343eb8132302269a Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Fri, 24 Aug 2012 04:48:13 +0530 Subject: [PATCH] CS-16152:Projects:Not shown max.vpcs entry in the resourcelimits Reviewed-By:Brian --- ui/scripts/projects.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/scripts/projects.js b/ui/scripts/projects.js index b7a64d8b922..ece93a5baf1 100644 --- a/ui/scripts/projects.js +++ b/ui/scripts/projects.js @@ -66,7 +66,7 @@ var resourceLimits = $.grep( json.listresourcelimitsresponse.resourcelimit, function(resourceLimit) { - return resourceLimit.resourcetype != 5 && resourceLimit.resourcetype != 7; + return resourceLimit.resourcetype != 5 && resourceLimit.resourcetype != 8; } ); @@ -102,6 +102,10 @@ 6: { id: 'network', label: 'label.max.networks' + }, + 7:{ + id:'vpcs', + label:'Max .vpcs' } };