fix credentials saving success message notification color
was red, now green Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
This commit is contained in:
parent
c44fd46c8c
commit
f63156976b
|
@ -413,7 +413,7 @@ OCA.Files_External.StatusManager = {
|
|||
}
|
||||
},
|
||||
success: function (data) {
|
||||
OC.Notification.show(t('files_external', 'Credentials saved'), {type: 'error'});
|
||||
OC.Notification.show(t('files_external', 'Credentials saved'), {type: 'success'});
|
||||
dialog.ocdialog('close');
|
||||
/* Trigger status check again */
|
||||
OCA.Files_External.StatusManager.recheckConnectivityForMount([OC.basename(data.mountPoint)], true);
|
||||
|
|
Loading…
Reference in New Issue