diff --git a/webui/templates/jobs.tpl b/webui/templates/jobs.tpl index 7dd1eb2..cd9e6fd 100644 --- a/webui/templates/jobs.tpl +++ b/webui/templates/jobs.tpl @@ -48,8 +48,9 @@ {$current_status->statusName()} {if $current_status->hasProgressInfo()}
+ Started: {$current_status->ctime()|date_format:"%D %T"}
Progress: {$current_status->ripProgress()}%
- At: {$current_status->mtime()|date_format:"%D %T"}
+ Last update: {$current_status->mtime()|date_format:"%D %T"}
ETA: {$job->calculateETA()|formatDuration} {/if}