mirror of https://github.com/apache/cloudstack.git
CS-16152:Projects:Not shown max.vpcs entry in the resourcelimits
Reviewed-By:Brian
This commit is contained in:
parent
e203619326
commit
214fc8d519
|
|
@ -66,7 +66,7 @@
|
|||
var resourceLimits = $.grep(
|
||||
json.listresourcelimitsresponse.resourcelimit,
|
||||
function(resourceLimit) {
|
||||
return resourceLimit.resourcetype != 5 && resourceLimit.resourcetype != 7;
|
||||
return resourceLimit.resourcetype != 5 && resourceLimit.resourcetype != 8;
|
||||
}
|
||||
);
|
||||
|
||||
|
|
@ -102,6 +102,10 @@
|
|||
6: {
|
||||
id: 'network',
|
||||
label: 'label.max.networks'
|
||||
},
|
||||
7:{
|
||||
id:'vpcs',
|
||||
label:'Max .vpcs'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue