-
-
-
- {% if run.results.queued %}
-
- {% endif %}
- {% if run.results.fail %}
-
- {% endif %}
- {% if run.results.dead %}
-
- {% endif %}
- {% if run.results.running %}
-
- {% endif %}
- {% if results.waiting %}
-
- {% endif %}
- {% if run.results.unknown %}
-
- {% endif %}
- {% if run.results.pass %}
-
- {% endif %}
-
-
-
-
-
- {% set jobs = run.jobs %}
- {% include "run_jobs_table.html" %}
-
-