{% from "_macros.html" import th, svg_progress %}
| #{{ 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. | ||||