From c1102fcc797f32cdfd9ce1054837f2f283c1ef1e Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 23 Jul 2013 14:22:54 -0700 Subject: [PATCH] Add disallowSpecialCharacters to some fields --- client/WEB-INF/classes/resources/messages.properties | 1 + ui/dictionary.jsp | 1 + ui/index.jsp | 6 +++--- ui/scripts/ui-custom/zoneWizard.js | 2 +- ui/scripts/ui/widgets/detailView.js | 4 ++-- ui/scripts/ui/widgets/listView.js | 5 +++++ ui/scripts/ui/widgets/multiEdit.js | 4 +++- 7 files changed, 16 insertions(+), 7 deletions(-) diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 367459be102..e03647dea69 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -22,6 +22,7 @@ label.disk.iops.min=Min IOPS label.disk.iops.max=Max IOPS label.disk.iops.total=IOPS Total label.view.secondary.ips=View secondary IPs +message.validate.invalid.characters=Invalid characters found; please correct. message.acquire.ip.nic=Please confirm that you would like to acquire a new secondary IP for this NIC.
NOTE: You need to manually configure the newly-acquired secondary IP inside the virtual machine. message.select.affinity.groups=Please select any affinity groups you want this VM to belong to: message.no.affinity.groups=You do not have any affinity groups. Please continue to the next step. diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index 748cc7d5b28..b048a67ada9 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -25,6 +25,7 @@ under the License. <% long now = System.currentTimeMillis(); %>