From ac382b7fab667963cf696b0c94eef8714a8b9d57 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Fri, 6 Nov 2020 10:27:00 +0000 Subject: [PATCH] Allow running tasks to be resumed --- .../genericComponents/taskSubmitter.vue | 54 +++++++++++++++---- 1 file changed, 43 insertions(+), 11 deletions(-) diff --git a/openflexure_microscope/api/static/src/components/genericComponents/taskSubmitter.vue b/openflexure_microscope/api/static/src/components/genericComponents/taskSubmitter.vue index a0d8161f..099faedd 100644 --- a/openflexure_microscope/api/static/src/components/genericComponents/taskSubmitter.vue +++ b/openflexure_microscope/api/static/src/components/genericComponents/taskSubmitter.vue @@ -1,5 +1,8 @@