CLOUDSTACK-1540:LDAP: Integrate ldapremove functionaly in the UI

This commit is contained in:
Pranav Saxena 2013-03-27 16:11:51 +05:30
parent f59ea14925
commit c7be3b47cd

View File

@ -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();