mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1540:LDAP: Integrate ldapremove functionaly in the UI
This commit is contained in:
parent
f59ea14925
commit
c7be3b47cd
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue