From 1549495b39e887fd3addbffc2f6ac6befd14c324 Mon Sep 17 00:00:00 2001 From: Cp0204 Date: Sat, 23 Dec 2023 00:21:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=86=97=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/templates/show_work.html | 173 +++++++++++++++-------------------- 1 file changed, 76 insertions(+), 97 deletions(-) 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