Show toast on successful admin remote wipe
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
945d74100e
commit
8d789b2ec7
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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.`))
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue