CS-16152:Projects:Not shown max.vpcs entry in the resourcelimits

Reviewed-By:Brian
This commit is contained in:
Pranav Saxena 2012-08-24 04:48:13 +05:30
parent e203619326
commit 214fc8d519
1 changed files with 5 additions and 1 deletions

View File

@ -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'
}
};