refactor(notif): 精简html模板文字标题
This commit is contained in:
@@ -126,9 +126,9 @@
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<p><strong>脚本实例名称:</strong>{{ script_name }}</p>
|
||||
<p><strong>任务开始时间:</strong>{{ start_time }}</p>
|
||||
<p><strong>任务结束时间:</strong>{{ end_time }}</p>
|
||||
<p><strong>实例名称:</strong>{{ script_name }}</p>
|
||||
<p><strong>开始时间:</strong>{{ start_time }}</p>
|
||||
<p><strong>结束时间:</strong>{{ end_time }}</p>
|
||||
<p><strong>已完成数:</strong>{{ completed_count }}</p>
|
||||
{% if uncompleted_count %}
|
||||
<p><strong>未完成数:</strong>{{ uncompleted_count }}</p>
|
||||
|
||||
Reference in New Issue
Block a user