Skip to content

Commit c7be3b4

Browse files
committed
CLOUDSTACK-1540:LDAP: Integrate ldapremove functionaly in the UI
1 parent f59ea14 commit c7be3b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/scripts/globalSettings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
label: 'Remove LDAP',
126126
messages: {
127127
notification: function(args) {
128-
return 'Event Deleted';
128+
return 'LDAP Configuration Deleted';
129129
},
130130
confirm: function() {
131131
return 'Are you sure you want to delete the LDAP configuration?';
@@ -134,7 +134,7 @@
134134
action: function(args) {
135135

136136
$.ajax({
137-
url:createURL("ldapRemove" ),
137+
url:createURL("ldapRemove"),
138138
success:function(json){
139139

140140
args.response.success();

0 commit comments

Comments
 (0)