From 5ca8070bc8d1e4a356baf726d7b0fb3eea51ebe1 Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Wed, 3 Jan 2024 10:08:47 +0000 Subject: [PATCH] WIP: modal progress dialog for TaskSubmitter Longer-running tasks would benefit hugely from showing the operator a progress indicator. This branch will add a basic log display allowing messages to be shown to the user. This branch may also add an abort button to the above dialog. --- .../genericComponents/taskSubmitter.vue | 78 +++++++++++-------- .../CSMCalibrationSettings.vue | 1 + 2 files changed, 47 insertions(+), 32 deletions(-) diff --git a/webapp/src/components/genericComponents/taskSubmitter.vue b/webapp/src/components/genericComponents/taskSubmitter.vue index ca316568..2f2a3ac2 100644 --- a/webapp/src/components/genericComponents/taskSubmitter.vue +++ b/webapp/src/components/genericComponents/taskSubmitter.vue @@ -34,11 +34,22 @@ {{ submitLabel }} + +