diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 13517ab4b0f..b4f09f21cac 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -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 diff --git a/ui/index.jsp b/ui/index.jsp index 2d8b8d6db7a..e8f37bf41e4 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -1791,6 +1791,7 @@ dictionary = { 'label.max.volumes': '', 'label.max.snapshots': '', 'label.max.templates': '', +'label.max.vpcs': '', 'label.remind.later': '', 'label.invited.accounts': '', 'label.add.accounts.to': '', diff --git a/ui/scripts/projects.js b/ui/scripts/projects.js index 293a2b01105..f7de88f10f9 100644 --- a/ui/scripts/projects.js +++ b/ui/scripts/projects.js @@ -107,7 +107,11 @@ 6: { id: 'network', label: 'label.max.networks' - } + }, + 7: { + id: 'vpc', + label: 'label.max.vpcs' + } }; return {