Show toast on successful admin remote wipe

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2019-07-04 18:04:45 +02:00
parent 945d74100e
commit 8d789b2ec7
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -325,6 +325,8 @@ export default {
.then(() => {
this.loading.wipe = false
this.loading.all = false
OCP.Toast.success(t('settings', `Remote wipe for ${userid} successfully started. It may take some time for all clients to start the wiping process.`))
});
},