{% extends "base.html" %} {% block title %}Admin - FC CI{% endblock %} {% block auth %} {% if !auth_name.is_empty() %} {{ auth_name }}
{% else %} Login {% endif %} {% endblock %} {% block content %}| 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 %} |
| Name | SSH URI | Systems | Max Jobs | Enabled | {% if is_admin %}Actions | {% endif %}
|---|---|---|---|---|---|
| {{ b.name }} | {{ b.ssh_uri }} | {{ b.systems.join(", ") }} | {{ b.max_jobs }} | {% if b.enabled %}Yes{% else %}No{% endif %} | {% if is_admin %}{% endif %} |