{% from "_macros.html" import th, svg_progress %} {{ th('运行', 'Run') }}{{ th('策略', 'Policy') }}{{ th('位置', 'Where') }}{{ th('已用时', 'Elapsed') }}{{ th('进度', 'Progress') }} {% for r in runs %} {% else %} {% endfor %}
#{{ r.id }} {{ r.policy }} {{ r.cluster or 'scrapyd' }}{% if r.job_ref %} · {{ r.job_ref }}{% endif %} {{ r.elapsed_minutes }}m {% if r.rows_attempted is not none %} {% if r.plan_cells %} {{ svg_progress(r.rows_attempted, r.plan_cells) }} {% endif %} {{ r.rows_attempted }}{{ ' / ' ~ r.plan_cells if r.plan_cells else '' }} 已试 att · {{ r.rows_new or 0 }} 新增 new {% else %} 尚未上报产出 pod has not reported yield yet {% endif %}
暂无运行中的爬取 Nothing running.