{% extends "base.html" %} {% block title %}Channels - circus{% endblock %} {% block auth %} {% if !auth_name.is_empty() %} {{ auth_name }}
{% else %} Login {% endif %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Channels

{% if channels.is_empty() %}
No channels configured
Channels track successful evaluations for stable release tracking.
{% else %}

Channels

{% for c in channels %} {% endfor %}
Name Status Jobs Current Evaluation Updated
{{ c.name }} {{ c.status_text }} {{ c.job_count }} {% match c.current_evaluation_id %} {% when Some with (eval_id) %} {{ eval_id }} {% when None %} - {% endmatch %} {{ c.updated_at }} Browse
{% endif %} {% endblock %}