{% extends "mini_buildd/base.html" %} {% block title %}{% block page_title %}{{ route|title }}{% endblock %}{% endblock %} {% block subtitle %}{{ view.mbd_builders|length }} builders{% endblock %} {% block menu_r %}
  • Configure
  • {% endblock %} {% block section %} {% mbd_datatable "mbd-builders-table" %} {% for builder in view.mbd_builders %} {% endfor %}
    Remote Incoming Status Actions
    {% if builder.ourselves %} {% mbd_get mbd.mdls.chroot.Chroot.mbd_attention as attention %} Ourselves (chroots) {% else %} {{ builder.remote }}➚ {% endif %} {{ builder.status.incoming_url }} {% if builder.status is None %} Service not available: {{ builder.exception }} {% elif builder.status.load < 0 %} Powered Off {% else %} Accepting (load {{ builder.status.load }}) {% endif %}
    {% endblock section %}