主机管理
添加
{% for row in user_list %}
ID:{{ row.id }}
IP:{{ row.ip }}
user:{{ row.user }}
port:{{ row.port }}
查看详情
|
删除
{% endfor %}