{% extends "base.html" %} {% block title %}租户 · frps-manager{% endblock %} {% block content %}
| 名称 | 带宽 in/out | 最大连接 | 客户端数 | 状态 | 操作 |
|---|---|---|---|---|---|
| {{ t.name }} {{ t.description or '' }} |
{{ t.bandwidth_in_mbps|fmt_mbps }} / {{ t.bandwidth_out_mbps|fmt_mbps }} | {{ t.max_connections or 'unlimited' }} | {{ t.clients|length }} | {% if t.is_active %}启用{% else %}禁用{% endif %} | 编辑 |
| 暂无租户 | |||||