feat: add replay button on completed jobs in the jobs table
Shows a "Replay" button on non-active jobs that re-creates a new job of the same type and library. Supports all replayable job types: rebuild, full_rebuild, rescan, scan, thumbnail_rebuild, thumbnail_regenerate, metadata_batch, metadata_refresh. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -280,6 +280,7 @@ const fr = {
|
||||
"jobRow.metadataLinks": "{{count}} liens analysés",
|
||||
"jobRow.errors": "{{count}} erreurs",
|
||||
"jobRow.view": "Voir",
|
||||
"jobRow.replay": "Rejouer",
|
||||
|
||||
// Job progress
|
||||
"jobProgress.loadingProgress": "Chargement de la progression...",
|
||||
|
||||
Reference in New Issue
Block a user