Added comment and removed unused method

This commit is contained in:
Chish36 2025-08-14 11:47:08 +01:00
parent 213de461bb
commit 0617a5a6a4
2 changed files with 1 additions and 10 deletions

View file

@ -5,6 +5,7 @@
>
<div v-if="taskStarted" ref="isPollingElement">
<action-progress-bar v-if="taskStarted && hideOnRun" :progress="progress" :task-status="taskStatus" />
<!-- hideOnRun selects if the button hides, don't show progress bar if button doesn't hide. -->
<button
v-if="canTerminate && taskRunning"
type="button"