Job Runner

{% for job in jobs %} {% endfor %}
UID Status PID Runtime (s) Command Actions
{{ job.uid }} {{ job.status }} {{ job.pid or "" }} {% if job.runtime is not none %} {{ "%.1f"|format(job.runtime) }} {% endif %} {{ job.cmd }}

Last updated: {{ now }}