{% extends "base.html" %} {% block title %}Admin - circus{% endblock %} {% block auth %} {% if !auth_name.is_empty() %} {{ auth_name }}
{% else %} Login {% endif %} {% endblock %} {% block content %}| Build | Output | System | Status | Store Path | GC Root | Recorded | Actions |
|---|---|---|---|---|---|---|---|
| {{ output.job_name }} | {{ output.product_name }} | {{ output.system }} | {{ output.status }} |
{{ output.path }}
|
{% if !output.gc_root_path.is_empty() %}
{{ output.gc_root_path }}
{% else %}
-
{% endif %}
|
{{ output.product_created_at }} |
| Name | Role | Created | Last Used | {% if is_admin %}Actions | {% endif %}
|---|---|---|---|---|
| {{ k.name }} | {{ k.role }} | {{ k.created_at }} | {{ k.last_used_at }} | {% if is_admin %}{% endif %} |
| Type | Status | Attempts | Next Retry | Created | Error | {% if is_admin %}Actions | {% endif %}
|---|---|---|---|---|---|---|
| {{ task.notification_type }} | {{ task.status }} | {{ task.attempts }}/{{ task.max_attempts }} | {{ task.next_retry_at }} | {{ task.created_at }} | {% if !task.last_error.is_empty() %} {{ task.last_error }} {% else %} - {% endif %} | {% if is_admin %}{% if task.status == "failed" %} {% else %} - {% endif %} | {% endif %}
| {{ header.label }} | {% endfor %}|||||||
|---|---|---|---|---|---|---|---|
| {{ a.name }} | {{ a.hostname }} | {{ a.systems }} | {{ a.current_jobs }}/{{ a.max_jobs }} | {% if a.connected %} Connected {% else %} Disconnected {% endif %} | {{ a.builds_succeeded }} | {{ a.builds_failed }} | {{ a.last_seen }} |
| Name | SSH URI | Systems | Load | Enabled | {% if is_admin %}Actions | {% endif %}
|---|---|---|---|---|---|
| {{ b.name }} | {{ b.ssh_uri }} | {{ b.systems }} | ({{ b.load_percent }}%) | {% if b.enabled %} Yes {% else %} No {% endif %} | {% if is_admin %}{% endif %} |