From 865b679e32de9528adba0bbe9d5b5d5b65cad6bc Mon Sep 17 00:00:00 2001 From: Ritchie Vincent Date: Mon, 3 Feb 2020 19:29:35 +0000 Subject: [PATCH 1/8] Add VPN Router tabs --- src/locales/en.json | 4 + src/views/network/VpcRouterTab.vue | 687 ++++++++++++++++++++++++++++- 2 files changed, 679 insertions(+), 12 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 78692137f..131327dd4 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -458,8 +458,10 @@ "label.add.l2.guest.network": "Add L2 Guest Network", "label.add.ldap.account": "Add LDAP account", "label.add.ldap.list.users": "List LDAP users", +"label.add.list.name":"ACL List Name", "label.add.netScaler.device": "Add Netscaler device", "label.add.network.offering": "Add network offering", +"label.add.new.gateway": "Add new gateway", "label.add.new.tier": "Add new tier", "label.add.nfs.secondary.staging.store": "Add NFS Secondary Staging Store", "label.add.pod": "Add Pod", @@ -633,6 +635,7 @@ "label.revoke.project.invite": "Revoke invitation", "label.secondary.storage":"Secondary Storage", "label.secondary.storage.vm":"Secondary storage VM", +"label.service.offering":"Service Offering", "label.set.default.NIC": "Set default NIC", "label.shutdown.provider": "Shutdown provider", "label.snapshot.schedule": "Set up Recurring Snapshot", @@ -706,6 +709,7 @@ "memoryusedgb": "Used", "memused": "Memory Usage", "message.edit.account": "Edit (\"-1\" indicates no limit to the amount of resources create)", +"message.add.new.gateway.to.vpc":"Please specify the information to add a new gateway to this VPC.", "message.assign.instance.another": "Please specify the account type, domain, account name and network (optional) of the new account.
If the default nic of the vm is on a shared network, CloudStack will check if the network can be used by the new account if you do not specify one network.
If the default nic of the vm is on a isolated network, and the new account has more one isolated networks, you should specify one.", "message.network.addVM.desc":"Please specify the network that you would like to add this VM to. A new NIC will be added for this network.", "message.network.removeNIC": "Please confirm that want to remove this NIC, which will also remove the associated network from the VM.", diff --git a/src/views/network/VpcRouterTab.vue b/src/views/network/VpcRouterTab.vue index dde958f2f..5a2cb6549 100644 --- a/src/views/network/VpcRouterTab.vue +++ b/src/views/network/VpcRouterTab.vue @@ -17,24 +17,283 @@