From 70a5a22329b2b7bacca124547c8f307be7a89d25 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 13 Nov 2012 10:39:45 -0800 Subject: [PATCH] Network list view: Fix incorrect 'acquire new ip' message from appearing Fixes issue where global flag was sometimes causing the confirm message to be incorrect for non-VPC acquire IP action. Conflicts: ui/scripts/network.js --- client/WEB-INF/classes/resources/messages.properties | 1 + ui/dictionary.jsp | 1 + ui/scripts/network.js | 8 +++----- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 3c8876330bb..626e44aed87 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -17,6 +17,7 @@ #new labels (begin) ********************************************************************************************** +message.acquire.new.ip.vpc=Please confirm that you would like to acquire a new IP for this VPC. label.zoneWizard.trafficType.management=Mangement: Traffic between CloudStack\'s internal resources, including any components that communicate with the Management Server, such as hosts and CloudStack system VMs label.zoneWizard.trafficType.public=Public: Traffic between the internet and virtual machines in the cloud. label.zoneWizard.trafficType.guest=Guest: Traffic between end-user virtual machines diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index bf53ed970c3..b80e2968d27 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -25,6 +25,7 @@ under the License. <% long now = System.currentTimeMillis(); %>