mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-01-20 03:50:21 +00:00
stop loading after uninstall
This commit is contained in:
@@ -580,6 +580,7 @@ export default {
|
||||
this.$axios
|
||||
.delete(`/agents/${agent.agent_id}/`)
|
||||
.then(r => {
|
||||
this.$q.loading.hide();
|
||||
this.notifySuccess(r.data);
|
||||
this.refreshDashboard();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user