diff --git a/api/templates/show_work.html b/api/templates/show_work.html index 992480f..074a873 100644 --- a/api/templates/show_work.html +++ b/api/templates/show_work.html @@ -1,118 +1,97 @@ {% extends "base.html" %} {% block title %}RustDesk WebUI{% endblock %} {% block legend_name %}综合屏{% endblock %} -{% block content %} +{% block content %}
-
+
设备统计 - 【用户名:{{u.username}}】
- - - - - - - - - - - - - - - - - - - - - - - - - - - {% for one in single_info %} - - - - - - - - - - - - - - - - - - {% endfor %} - -
客户端ID版本连接密码系统用户名计算机名别名平台系统CPU内存注册时间更新时间
{{one.rid}} {{one.version}} {{one.has_rhash}} {{one.username}} {{one.hostname}} {{one.alias}} {{one.platform}} {{one.os}} {{one.cpu}} {{one.memory}} {{one.create_time}} {{one.update_time}}
+ + + + + + + + + + + + + + + + + + + {% for one in single_info %} + + + + + + + + + + + + + + + {% endfor %} + +
客户端ID版本连接密码系统用户名计算机名别名平台系统CPU内存注册时间更新时间
{{one.rid}} {{one.version}}{{one.has_rhash}}{{one.username}}{{one.hostname}}{{one.alias}}{{one.platform}}{{one.os}}{{one.cpu}}{{one.memory}}{{one.create_time}}{{one.update_time}}
- - -{% if u.is_admin %} -
+ + {% if u.is_admin %} +
全部用户
- - - - - - - - - - - - - - - - - - - +
客户端ID所属用户版本系统用户名计算机名系统CPU内存注册时间更新时间
+ + + + + + + + + + + + + + + - - - - - {% for one in all_info %} - - - - - - - - - - - - - - - - {% endfor %} - -
客户端ID所属用户版本系统用户名计算机名系统CPU内存注册时间更新时间
{{one.rid}} {{one.rust_user}} {{one.version}} {{one.username}} {{one.hostname}} {{one.os}} {{one.cpu}} {{one.memory}} {{one.create_time}} {{one.update_time}}
+ {% for one in all_info %} + + {{one.rid}} + {{one.rust_user}} + {{one.version}} + {{one.username}} + {{one.hostname}} + {{one.os}} + {{one.cpu}} + {{one.memory}} + {{one.create_time}} + {{one.update_time}} + + {% endfor %} + +
-{% endif %} + {% endif %} -
+
+
{% endblock %} \ No newline at end of file