mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user