{% extends "base.html" %} {% block title %}Channel {{ channel.name }} - circus{% endblock %} {% block auth %} {% if !auth_name.is_empty() %} {{ auth_name }}
{% else %} Login {% endif %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}nix-channel --add http://<server>/api/v1/channels/{{ channel.id }}/nixexprs.tar.xz {{ channel.name }}
| Job | System | Status | Output |
|---|---|---|---|
| {{ b.job_name }} | {{ b.system }} | {{ b.status_text }} |
{% if !b.output_path.is_empty() %}
{{ b.output_path }}
{% else %}
-
{% endif %}
|