CLOUDSTACK-1540:LDAP: Integrate ldapremove functionaly in the UI
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c7be3b47 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c7be3b47 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c7be3b47 Branch: refs/heads/internalLb Commit: c7be3b47cd7bca3b119dd5d4e94d67b7fbcf051a Parents: f59ea14 Author: Pranav Saxena <pranav.sax...@citrix.com> Authored: Wed Mar 27 16:11:51 2013 +0530 Committer: Pranav Saxena <pranav.sax...@citrix.com> Committed: Wed Mar 27 16:11:51 2013 +0530 ---------------------------------------------------------------------- ui/scripts/globalSettings.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c7be3b47/ui/scripts/globalSettings.js ---------------------------------------------------------------------- diff --git a/ui/scripts/globalSettings.js b/ui/scripts/globalSettings.js index 8659652..2687fca 100644 --- a/ui/scripts/globalSettings.js +++ b/ui/scripts/globalSettings.js @@ -125,7 +125,7 @@ label: 'Remove LDAP', messages: { notification: function(args) { - return 'Event Deleted'; + return 'LDAP Configuration Deleted'; }, confirm: function() { return 'Are you sure you want to delete the LDAP configuration?'; @@ -134,7 +134,7 @@ action: function(args) { $.ajax({ - url:createURL("ldapRemove" ), + url:createURL("ldapRemove"), success:function(json){ args.response.success();