{% extends "admin_base.html" %} {% from "_macros.html" import modal %} {% block extra_head %} {{ super() }} {% endblock %} {% block admin_content %}

Containers

{{ instances|length }} instances New instance
{% for inst in instances %} {% else %} {% endfor %}
Container instances
Instance Project Status Boot Ingress Restart Boot on start Actions
{{ inst['name'] }} {% if inst['project_slug'] %} {{ inst['project_title'] or inst['project_slug'] }} {% else %}-{% endif %} {{ inst['status'] }} {{ inst['boot_language'] or 'none' }} {% if inst['ingress_slug'] %} /p/{{ inst['ingress_slug'] }} {% else %}-{% endif %} {{ inst['restart_policy'] or 'never' }} {% if inst['start_on_boot'] %}on{% else %}off{% endif %} {% if inst['can_manage'] %} Edit {% else %} view only {% endif %}
No container instances yet. Create one above or open a project's container manager.
{% call modal('cm-admin-create-modal', 'New container instance', wide=true) %}
{% endcall %} {% endblock %} {% block extra_js %} {% endblock %}