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.
This commit is contained in:
parent
778da73a70
commit
5ca8070bc8
2 changed files with 47 additions and 32 deletions
|
|
@ -11,6 +11,7 @@
|
|||
"
|
||||
:submit-url="calibrateXYUri"
|
||||
:submit-label="'Auto-Calibrate using camera'"
|
||||
:modal-progress="true"
|
||||
@response="onRecalibrateResponse"
|
||||
@error="modalError"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue