mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CS-16152:Projects:Not shown max.vpcs entry in the resourcelimits
This commit is contained in:
parent
7f8734f124
commit
e4c51e92ef
@ -71,7 +71,7 @@
|
|||||||
var resourceLimits = $.grep(
|
var resourceLimits = $.grep(
|
||||||
json.listresourcelimitsresponse.resourcelimit,
|
json.listresourcelimitsresponse.resourcelimit,
|
||||||
function(resourceLimit) {
|
function(resourceLimit) {
|
||||||
return resourceLimit.resourcetype != 5 && resourceLimit.resourcetype != 7;
|
return resourceLimit.resourcetype != 5 && resourceLimit.resourcetype != 8;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user