Job {{ job.uid }}

Status: {{ job.status }}

PID: {{ job.pid or "" }}

Runtime: {% if job.runtime is not none %} {{ "%.1f"|format(job.runtime) }} s {% endif %}

Command

{{ job.cmd }}

Logs

stdout stderr

← Back to job list