| {{ label }}{% if sort == key %} {{ '▲' if dir == 'asc' else '▼' }}{% endif %} | {%- endmacro %} {{ col('id', 'ID') }} {{ col('kind', 'Action') }}Scope | {{ col('status', 'Status') }}Progress | {{ col('created_at', 'Created') }}|||
|---|---|---|---|---|---|
| #{{ j.id }} | {{ j.action }} {{ j.kind }} | {% if j.scope.href %}{{ j.scope.label }}{% else %}{{ j.scope.label or '' }}{% endif %} | {{ j.status }} | {% if j.progress_total %}{{ j.progress_current }}/{{ j.progress_total }}{% else %}—{% endif %} | {{ j.created_at }} |
| No jobs. | |||||