Fix CLOUDSTACK-4563: Initial zone wizard UI label issue
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/47790237 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/47790237 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/47790237 Branch: refs/heads/resize-root Commit: 477902379e0fad25a796ad3cbed53bec33737541 Parents: b71f507 Author: Gabor Apati-Nagy <[email protected]> Authored: Mon Mar 3 10:17:57 2014 -0800 Committer: Brian Federle <[email protected]> Committed: Mon Mar 3 10:19:03 2014 -0800 ---------------------------------------------------------------------- client/WEB-INF/classes/resources/messages.properties | 1 + ui/dictionary.jsp | 1 + ui/scripts/zoneWizard.js | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/47790237/client/WEB-INF/classes/resources/messages.properties ---------------------------------------------------------------------- diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 1e91d38..82ac499 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -945,6 +945,7 @@ label.project.view=Project View label.project=Project label.projects=Projects label.protocol=Protocol +label.provider=Provider label.providers=Providers label.public.interface=Public Interface label.public.ip=Public IP Address http://git-wip-us.apache.org/repos/asf/cloudstack/blob/47790237/ui/dictionary.jsp ---------------------------------------------------------------------- diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index fdf15cc..11dbeb5 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -933,6 +933,7 @@ dictionary = { 'label.projects': '<fmt:message key="label.projects" />', 'label.project.view': '<fmt:message key="label.project.view" />', 'label.protocol': '<fmt:message key="label.protocol" />', +'label.provider': '<fmt:message key="label.provider" />', 'label.providers': '<fmt:message key="label.providers" />', 'label.provider': '<fmt:message key="label.provider" />', 'label.public': '<fmt:message key="label.public" />', http://git-wip-us.apache.org/repos/asf/cloudstack/blob/47790237/ui/scripts/zoneWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index 2691586..1de3646 100755 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -1872,7 +1872,7 @@ secondaryStorage: { fields: { provider: { - label: 'Provider', + label: 'label.provider', select: function(args) { var storageproviders = []; storageproviders.push({ id: '', description: ''});
