Files
notifications-admin/app/templates/partials/jobs/count.html
Chris Hill-Scott 8c92737282 Make ‘total’ the default status on a job
The blue bar on the job page works out which is the current status from
the query parameters, not the parameters that the API gets called with.
2016-08-05 13:42:24 +01:00

6 lines
145 B
HTML

{% from "components/pill.html" import pill %}
<div class="bottom-gutter">
{{ pill('Status', counts, request.args.get('status', '')) }}
</div>