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

This commit is contained in:
Pranav Saxena 2012-08-22 01:38:10 +05:30
parent 3113f32f25
commit b7f920b4c0

View File

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