From 20d3c62e44b518e39315327c52c616ed9220c1c3 Mon Sep 17 00:00:00 2001 From: Hoang Nguyen Date: Thu, 18 Jun 2020 17:21:28 +0700 Subject: [PATCH] network: Acquire public IP address does not give IP selection option (#423) Fixes #392 Signed-off-by: Rohit Yadav --- ui/src/locales/en.json | 1 + ui/src/views/network/IpAddressesTab.vue | 218 ++++++++++++++++-------- 2 files changed, 151 insertions(+), 68 deletions(-) diff --git a/ui/src/locales/en.json b/ui/src/locales/en.json index 7d7c04eb8a0..cfc82120c3d 100644 --- a/ui/src/locales/en.json +++ b/ui/src/locales/en.json @@ -2142,6 +2142,7 @@ "message.acquire.new.ip": "Please confirm that you would like to acquire a new IP for this network.", "message.acquire.new.ip.vpc": "Please confirm that you would like to acquire a new IP for this VPC.", "message.acquire.public.ip": "Please select a zone from which you want to acquire your new IP from.", +"message.action.acquire.ip": "Please confirm that you want to acquire new IP", "message.action.cancel.maintenance": "Your host has been successfully canceled for maintenance. This process can take up to several minutes.", "message.action.cancel.maintenance.mode": "Please confirm that you want to cancel this maintenance.", "message.action.change.service.warning.for.instance": "Your instance must be stopped before attempting to change its current service offering.", diff --git a/ui/src/views/network/IpAddressesTab.vue b/ui/src/views/network/IpAddressesTab.vue index 12fec6ea26d..f08982c4d4e 100644 --- a/ui/src/views/network/IpAddressesTab.vue +++ b/ui/src/views/network/IpAddressesTab.vue @@ -16,75 +16,105 @@ // under the License.