{{ health.status_label }}
{% if health.last_write_at %}
最終書き込み: {{ health.last_write_at }}
{% if health.seconds_since_last_write is not none %}
({{ health.seconds_since_last_write }} 秒前)
{% endif %}
{% else %}
まだ書き込みがありません
{% endif %}
active jobs: {{ health.active_jobs }}
| job_id |
recipe |
status |
phase |
step |
resource |
updated_at |
{% for j in jobs %}
| {{ j.job_id }} |
{{ j.recipe }} |
{{ j.status }} |
{{ j.phase }} |
{{ j.current_step_index }} |
{{ j.resource_name }} |
{{ j.updated_at }} |
{% else %}
| ジョブがありません |
{% endfor %}