No workers connected
{% else %}| worker | status | ||
|---|---|---|---|
| {{ worker.link|safe }} | {% match worker.status %} {% when Status::Idle %}idle | {% when Status::Busy %}busy | {% when Status::Working with (link) %}{{ link|safe }} | {% endmatch %}
| commit | since | prio | worker | |
|---|---|---|---|---|
| {{ task.commit|safe }} | {{ task.since }} [del] | {{ task.priority }} [, ] | {% if task.workers.is_empty() %}- | {% else %}{{ task.workers|join(", ")|safe }} | {% endif %}