Browse Source
fix credentials saving success message notification color (#18469)
fix credentials saving success message notification color
pull/18427/head
John Molakvoæ
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/files_external/js/statusmanager.js
|
|
|
@ -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); |
|
|
|
|