diff --git a/web/templates/dashboard.html b/web/templates/dashboard.html index afaa0d7..dffd923 100644 --- a/web/templates/dashboard.html +++ b/web/templates/dashboard.html @@ -61,12 +61,16 @@ let actions = ''; if (job.status === 'pending') { actions = ` - - +
+ + +
`; } else if (job.status === 'processing') { actions = ` - +
+ +
`; } else if (job.status === 'failed') { // Retry not fully implemented in API yet, but could re-enqueue