mirror of https://github.com/apache/cloudstack.git
CS-16152:Projects:Not shown max.vpcs entry in the resourcelimits
This commit is contained in:
parent
cc73f2a8f2
commit
239883c7a4
|
|
@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue