2016-06-08 16:34:26 +01:00
|
|
|
{% from "components/pill.html" import pill %}
|
2016-04-27 09:28:42 +01:00
|
|
|
|
|
|
|
|
<div
|
2016-05-25 13:36:35 +01:00
|
|
|
{% if not finished %}
|
2016-06-11 12:04:05 +01:00
|
|
|
data-module="update-content"
|
2016-06-08 16:34:26 +01:00
|
|
|
data-resource="{{url_for(".view_job_updates", service_id=current_service.id, job_id=job.id, status=status, help=request.args.get('help', 0))}}"
|
2016-06-11 12:04:05 +01:00
|
|
|
data-key="counts"
|
2016-04-27 09:43:27 +01:00
|
|
|
aria-live="polite"
|
2016-04-27 09:28:42 +01:00
|
|
|
{% endif %}
|
|
|
|
|
>
|
|
|
|
|
|
2016-06-08 16:34:26 +01:00
|
|
|
<div class="bottom-gutter">
|
|
|
|
|
{{ pill('Status', counts, status) }}
|
|
|
|
|
</div>
|
2016-04-27 09:28:42 +01:00
|
|
|
|
|
|
|
|
</div>
|