{% extends "analysis/old/base.html" %} {% block header%} 统计列表 {% endblock %} {% block content %}
{% if log_type != 0 %} 日志类型列表-> {% endif %} 统计列表
添加
{%for item in list_model%} {%if item.is_auto_execute%} {%else%} {%endif%} {%endfor%}
ID 名称 类型 表位置 备注 自动统计 执行递减 上次执行时间 操作1
{{item.id}} {{item.name}} {{item.log_typeName}} {%if item.is_center_log%} 中央服 {%else%} 分服 {%endif%} {{item.remark|linebreaksbr}}开启关闭{{item.auto_exec_interval}} {{item.last_exec_time| date("Y-m-d H:i:s") }} [测试查询] [复制] [编辑] [删除]
开始日期: - 结束日期:
{% with group_servers_dict=group_servers_dict %} {% endwith %}
服务器ID状态
{% endblock %}