Repository: cloudstack Updated Branches: refs/heads/master 66e805cba -> ebd42a843
Fix missing 'add LDAP account' label Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ebd42a84 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ebd42a84 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ebd42a84 Branch: refs/heads/master Commit: ebd42a84356092bbe2796e2beaecd5e2262be670 Parents: 66e805c Author: Brian Federle <brian.fede...@citrix.com> Authored: Fri Nov 21 09:16:41 2014 -0800 Committer: Brian Federle <brian.fede...@citrix.com> Committed: Fri Nov 21 09:16:41 2014 -0800 ---------------------------------------------------------------------- client/WEB-INF/classes/resources/messages.properties | 1 + ui/dictionary2.jsp | 1 + ui/scripts/accounts.js | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ebd42a84/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 580c9a6..029ed0a 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -14,6 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +label.add.ldap.account=Add LDAP account label.vm.ip=VM IP Address message.listView.subselect.multi=(Ctrl/Cmd-click) label.use.vm.ips=Use VM IPs http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ebd42a84/ui/dictionary2.jsp ---------------------------------------------------------------------- diff --git a/ui/dictionary2.jsp b/ui/dictionary2.jsp index 7b91635..c61e841 100644 --- a/ui/dictionary2.jsp +++ b/ui/dictionary2.jsp @@ -25,6 +25,7 @@ under the License. <% long now = System.currentTimeMillis(); %> <script type="text/javascript"> $.extend(dictionary, { +'label.add.ldap.account': '<fmt:message key="label.add.ldap.account" />', 'label.rules': '<fmt:message key="label.rules" />', 'label.running.vms': '<fmt:message key="label.running.vms" />', 'label.s3.access_key': '<fmt:message key="label.s3.access_key" />', http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ebd42a84/ui/scripts/accounts.js ---------------------------------------------------------------------- diff --git a/ui/scripts/accounts.js b/ui/scripts/accounts.js index bb85ebf..a1bf4c9 100644 --- a/ui/scripts/accounts.js +++ b/ui/scripts/accounts.js @@ -93,7 +93,7 @@ }, addLdapAccount: { - label: 'label.add.LDAP.account', + label: 'label.add.ldap.account', isHeader: true, preFilter: function(args) { //if (isAdmin() && true) { //for testing only @@ -105,7 +105,7 @@ }, messages: { notification: function(args) { - return 'label.add.LDAP.account'; + return 'label.add.ldap.account'; } }, notification: {