diff --git a/web/src/components/AgentTable.vue b/web/src/components/AgentTable.vue index 54df1307..e0555f86 100644 --- a/web/src/components/AgentTable.vue +++ b/web/src/components/AgentTable.vue @@ -478,7 +478,7 @@ export default { axios .get(`/checks/runchecks/${pk}/`) .then(r => this.notifySuccess(`Checks will now be re-run on ${r.data}`)) - .catch(e => this.notifyError("Something went wrong")); + .catch(e => this.notifyError(e.response.data)); }, removeAgent(pk, name) { this.$q