diff --git a/webroot/AutoSa/templates/logView.html b/webroot/AutoSa/templates/logView.html index 9089b0c7b..6a6d535d6 100644 --- a/webroot/AutoSa/templates/logView.html +++ b/webroot/AutoSa/templates/logView.html @@ -22,9 +22,15 @@ {{ log.user }} {{ log.host }} - 监控 + {% if log.finish %} + 监控 命令统计 + 阻断 + {% else %} + 监控 + 命令统计 阻断 + {% endif %} {{ log.start_time|stamp2str }} {{ log.end_time|stamp2str }}