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', label: 'Remove LDAP',
messages: { messages: {
notification: function(args) { notification: function(args) {
return 'Event Deleted'; return 'LDAP Configuration Deleted';
}, },
confirm: function() { confirm: function() {
return 'Are you sure you want to delete the LDAP configuration?'; return 'Are you sure you want to delete the LDAP configuration?';
@ -134,7 +134,7 @@
action: function(args) { action: function(args) {
$.ajax({ $.ajax({
url:createURL("ldapRemove" ), url:createURL("ldapRemove"),
success:function(json){ success:function(json){
args.response.success(); args.response.success();