{% extends "admin/layout.html" %} {% block admin_title %}{{ panel.name }}{% endblock %} {% block admin_content %}
| ID | Remark | Protocol | Port | Enable |
|---|---|---|---|---|
| {{ ib.id }} | {{ ib.remark or '—' }} | {{ ib.protocol }} | {{ ib.port }} | {% if ib.enable %}on{% else %}off{% endif %} |
| Нет inbound’ов | ||||
| Enable | Inbounds | Traffic | |
|---|---|---|---|
| {{ c.email }} | {% if c.enable %}on{% else %}off{% endif %} | {{ c.inboundIds or c.inbound_ids or '—' }} | {% if c.traffic %} ↑ {{ c.traffic.up or 0 }} / ↓ {{ c.traffic.down or 0 }} {% else %}—{% endif %} |
| Нет клиентов или endpoint /clients/list недоступен | |||