move agent uninstall to nats wh1te909/rmmagent@502cc0d3de

This commit is contained in:
wh1te909
2020-11-23 02:19:54 +00:00
parent b7150d8026
commit 3b13c7f9ce
2 changed files with 12 additions and 13 deletions

View File

@@ -536,7 +536,7 @@ export default {
})
.catch(e => {
this.$q.loading.hide();
this.notifyError("Something went wrong");
this.notifyError(e.response.data);
});
},
rebootNow(pk, hostname) {