CS-16018:Resources tab not displaying the Resource limits in both in default view as well as projects view

Reviewed-By:Brian
This commit is contained in:
Pranav Saxena 2012-08-22 01:32:46 +05:30
parent 7b46c2c8bc
commit e547174f4f
1 changed files with 1 additions and 1 deletions

View File

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