mirror of https://github.com/apache/cloudstack.git
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:
parent
7b46c2c8bc
commit
e547174f4f
|
|
@ -66,7 +66,7 @@
|
|||
var resourceLimits = $.grep(
|
||||
json.listresourcelimitsresponse.resourcelimit,
|
||||
function(resourceLimit) {
|
||||
return resourceLimit.resourcetype != 5;
|
||||
return resourceLimit.resourcetype != 5 && resourceLimit.resourcetype != 7;
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue