{% include 'op_header.html' %}
{% for list in emps%} {% endfor %}
编号 服务器IP 可疑文件 报警内容 监控时间
{{ list.id|safe }} {{ list.server_ip|safe }} {{ list.file_path|safe }} {{ list.dangerous|safe }} {{ list.files_create_time|safe }}
{% include 'op_bottom.html' %}