Repository: cloudstack Updated Branches: refs/heads/master 1f21f399a -> 03fa31947
Fixes: [UI] Added missing label to properties.file. Signed-off-by: vetrivelc <vetrivel.chinnas...@citrix.com> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/03fa3194 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/03fa3194 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/03fa3194 Branch: refs/heads/master Commit: 03fa31947321e0de22539a6b1e9f0aba847afaf5 Parents: 1f21f39 Author: vetrivelc <vetrivel.chinnas...@citrix.com> Authored: Thu Oct 30 21:01:50 2014 +0530 Committer: Brian Federle <brian.fede...@citrix.com> Committed: Tue Nov 4 13:01:22 2014 -0800 ---------------------------------------------------------------------- client/WEB-INF/classes/resources/messages.properties | 3 ++- ui/dictionary2.jsp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/03fa3194/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 6aeeb66..86eb5c2 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -2053,4 +2053,5 @@ state.Stopping=Stopping state.Suspended=Suspended ui.listView.filters.all=All ui.listView.filters.mine=Mine -label.na=NA \ No newline at end of file +label.na=NA +label.added.network.offering=Added network offering \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/03fa3194/ui/dictionary2.jsp ---------------------------------------------------------------------- diff --git a/ui/dictionary2.jsp b/ui/dictionary2.jsp index a7824c4..60ab3b2 100644 --- a/ui/dictionary2.jsp +++ b/ui/dictionary2.jsp @@ -1011,5 +1011,6 @@ dictionary2 = { 'label.duration.in.sec': '<fmt:message key="label.duration.in.sec" />', 'state.detached': '<fmt:message key="state.detached" />', 'label.na': '<fmt:message key="label.na" />', +'label.added.network.offering': '<fmt:message key="label.added.network.offering" />', }; </script>