From bcc00a35436d97c37e720443f5cc33294e2085a2 Mon Sep 17 00:00:00 2001 From: Simone Gotti Date: Thu, 23 May 2019 23:37:52 +0200 Subject: [PATCH] runs: use local error alert and not global alert In this way it'll continuw polling the backend and restore when the error condition ends. --- src/components/run.vue | 11 ++++++++++- src/components/runs.vue | 11 ++++++++++- src/components/task.vue | 16 ++++++++++++++-- 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/src/components/run.vue b/src/components/run.vue index 546da69..8ea2505 100644 --- a/src/components/run.vue +++ b/src/components/run.vue @@ -1,5 +1,12 @@