{{ define "page_job_show" }} {{ $view := .Data }} {{ $job := index $view "job" }}

Job #{{ $job.ID }} - {{ $job.Name }}

Back

Status: {{ $job.Status }}

Progress: {{ progressInt $job.Progress }}%

{{ if $job.FrameStart }}Frames: {{ derefInt $job.FrameStart }}{{ if $job.FrameEnd }}-{{ derefInt $job.FrameEnd }}{{ end }}{{ end }} {{ if $job.OutputFormat }}Format: {{ derefString $job.OutputFormat }}{{ end }} Created: {{ formatTime $job.CreatedAt }}

Tasks

Loading tasks...

Files

Download all EXR (.zip)

Loading files...

Task Logs

Select a task to view logs.
{{ end }}