CS-16152:Projects:Not shown max.vpcs entry in the resourcelimits

This commit is contained in:
Pranav Saxena 2012-08-24 05:18:43 +05:30 committed by Alex Huang
parent cc73f2a8f2
commit 239883c7a4
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
var resourceLimits = $.grep(
json.listresourcelimitsresponse.resourcelimit,
function(resourceLimit) {
return resourceLimit.resourcetype != 5 && resourceLimit.resourcetype != 7;
return resourceLimit.resourcetype != 5 && resourceLimit.resourcetype != 8;
}
);