{% extends "base.html" %} {% block title %}Services · API Gateway{% endblock %} {% macro trash(label) %} {% endmacro %} {% macro pencil(label, modal) %} {% endmacro %} {% block content %}
| Name | Gateway route | Upstream | Timeout | Requests | Connectivity | On | |
|---|---|---|---|---|---|---|---|
| {{ s.name }} | /{{ s.slug }}/… |
{{ s.base_url }} | {{ s.timeout_seconds }}s | {{ counts.get(s.id, 0) }} | {{ pencil('Edit ' ~ s.name, 'modal-service-' ~ s.id) }} | ||
| No services registered yet. | |||||||