Fix a bug, failed to show resource limit page in project view due to missing vpc limit type

This commit is contained in:
Mice Xia 2012-08-16 17:49:29 +08:00
parent 938498c7fe
commit 5dcf639acc
3 changed files with 7 additions and 1 deletions

View File

@ -227,6 +227,7 @@ label.max.public.ips=Max. public IPs
label.max.volumes=Max. volumes
label.max.snapshots=Max. snapshots
label.max.templates=Max. templates
label.max.vpcs=Max. VPCs
label.project.dashboard=Project dashboard
label.remind.later=Remind me later
label.invited.accounts=Invited accounts

View File

@ -1791,6 +1791,7 @@ dictionary = {
'label.max.volumes': '<fmt:message key="label.max.volumes"/>',
'label.max.snapshots': '<fmt:message key="label.max.snapshots"/>',
'label.max.templates': '<fmt:message key="label.max.templates"/>',
'label.max.vpcs': '<fmt:message key="label.max.vpcs"/>',
'label.remind.later': '<fmt:message key="label.remind.later"/>',
'label.invited.accounts': '<fmt:message key="label.invited.accounts"/>',
'label.add.accounts.to': '<fmt:message key="label.add.accounts.to"/>',

View File

@ -107,7 +107,11 @@
6: {
id: 'network',
label: 'label.max.networks'
}
},
7: {
id: 'vpc',
label: 'label.max.vpcs'
}
};
return {