{% from "_macros.html" import th %} {{ th('运行', 'Run') }}{{ th('策略', 'Policy') }}{{ th('状态', 'Status') }}{{ th('产出', 'Yield') }}{{ th('完成于', 'Finished') }} {% for r in runs %} {% else %} {% endfor %}
#{{ r.id }} {{ r.policy }} {{ r.status }} {% if r.status == 'running' %} {% elif r.rows_new is none %}未上报 not reported {% else %}{{ r.rows_new }} 新 new / {{ r.rows_attempted or 0 }} 试 att.{% endif %} {{ r.finished_at or '—' }}
还没有运行 No runs yet.