diff --git a/webui/source/templates/jobs/details.tpl b/webui/source/templates/jobs/details.tpl index ec02b2b..d291c9c 100644 --- a/webui/source/templates/jobs/details.tpl +++ b/webui/source/templates/jobs/details.tpl @@ -2,7 +2,30 @@

Summary

-Summary details here +
+
Source Plugin
+
{$job->sourcePlugin()}
+ +
Rip Plugin
+
{$job->ripPlugin()}
+ +
Source Filename
+
{$job->sourceFilename()}
+ +
Source Title
+
{$job->title()}
+ +
Status
+
{$job->currentStatus()->statusName()} ({$job->currentStatus()->mtime()|date_format:'%Y-%m-%d %H:%M:%S'})
+ +
Destination Filename
+
{$job->destinationFilename()}
+ + {if $job->isFinished()} +
Destination Filesize
+
{$job->outputFilesize()|formatFilesize}
+ {/if} +

Log messages

Options