{% extends 'psu_base.html' %} {% load base_taglib %} {%block title%}{{endpoint_definition.title}} - Executions{%endblock%} {% block scripts %}{% endblock %} {% block pagecontent %}

{{endpoint_definition.title}}

{{endpoint_definition.endpoint}}

{%select_menu options=endpoint_options null_label="Select Another Job" class="form-control" onchange="view_ep_exe($(this));"%}

{%sortable_th col="date_created" label="Time"%} {%sortable_th col="status"%} {%for exe in executions%} {%empty%} {%endfor%}
DateOutput
{{exe.date_created|date}} {{exe.date_created|time:"g:i A"}} {{exe.status_description}} {%if exe.http_status%}
{{exe.http_status}} {%endif%}
No Recorded Job Executions
{%pagination executions%}

{% endblock %}