{% extends "base.html" %} {% block content %} {# ── Maintenance controls ──────────────────────────────────────────── #} {# Multi-service (service selected): Global (left) + Service (right) in one responsive row. Stacks to a single column on mobile. Embedded / All services: Global maintenance takes the full width as before. #} {% if selected_service and service_config is not none %}
{{ states | length }} route{{ 's' if states | length != 1 else '' }} registered {% if n_maintenance > 0 %} · {{ n_maintenance }} in maintenance {% endif %} {% if n_disabled > 0 %} · {{ n_disabled }} disabled {% endif %} {% if selected_service %} · Showing routes for {{ selected_service }} {% endif %}
| Path | Status | Actions |
|---|
Routes appear here once the application starts with SwitchlyRouter or SwitchlyMiddleware.