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',
|
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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user