{% from "_macros.html" import th %}
全部 All {% for s in ['running', 'success', 'failed', 'cancelled'] %} {{ s }} {% endfor %}
{{ th('ID') }}{{ th('策略', 'Policy') }}{{ th('状态', 'Status') }}{{ th('预估抓取', 'Est. fetches') }}{{ th('任务', 'Job') }}{{ th('开始', 'Started') }}{{ th('结束', 'Finished') }}{{ th('详情', 'Detail') }} {% for r in runs %}{% include "_run_row.html" %}{% else %} {% endfor %}
暂无运行 No runs.