{% extends "base.html" %} {% block title %}租户 · frps-manager{% endblock %} {% block content %} {% for t in items %} {% else %} {% endfor %}
名称带宽 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 %} 编辑
暂无租户
{% endblock %}