{% import "util.html" as util %}
No runners connected
{% else %}| runner | status | ||
|---|---|---|---|
| {{ runner.link|safe }} | {% match runner.status %} {% when Status::Idle %}idle | {% when Status::Busy %}busy | {% when Status::Working with (link) %}{{ link|safe }} | {% endmatch %}
| commit | since | prio | runner | |
|---|---|---|---|---|
| {{ task.commit|safe }} | {{ task.since }} | {{ task.priority }} | {% if task.runners.is_empty() %}- | {% else %}{{ task.runners|join(", ")|safe }} | {% endif %}