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
parent 7f8734f124
commit e4c51e92ef

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;
}
);