diff --git a/templates/jlog/log_exec.html b/templates/jlog/log_exec.html new file mode 100644 index 000000000..024d88c5c --- /dev/null +++ b/templates/jlog/log_exec.html @@ -0,0 +1,148 @@ +{% extends 'base.html' %} +{% block self_head_css_js %} + + + +{% endblock %} +{% block content %} +{% include 'nav_cat_bar.html' %} + + + +
ID | +用户名 | +主机 | +来源IP | +时间 | +||||
---|---|---|---|---|---|---|---|---|
{{ post.id }} | +{{ post.user }} | +{{ post.host }} | +{{ post.remote_ip }} | +{{ post.login_type }} | + {% ifnotequal session_role_id 0 %} +统计 | + {% endifnotequal %} +回放 | +{{ post.start_time|date:"Y-m-d H:i:s"}} | +{{ post.end_time|date:"Y-m-d H:i:s" }} | +