{% extends 'generic/object_detail.html' %} {% load buttons %} {% load custom_links %} {% load job_buttons %} {% load helpers %} {% load perms %} {% load plugins %} {% load static %} {% load tz %} {% load ui_framework %} {% load i18n %} {% block title %}Log: {{ object.job_name }}{% endblock %} {% block header %}
{% block buttons %} {% plugin_buttons object %} {% render_detail_view_extra_buttons %} {% block extra_buttons %} {% endblock extra_buttons %} {% endblock buttons %}
{% include 'inc/created_updated.html' %}
{% endblock header %} {% block content %}
Details
Job Name {{ object.job_name }}
Created {{ object.created }}
Initiator {{ object.initiator }}
IP Address {{ object.ipaddress }}
Variables {{ object.variables }}
Status {{ object.status }}
Return Value {{ object.return_value }}
Executed {{ object.exec_at }}
Duration (ns) {{ object.exec_ns }}
Log
{{ object.log }}
{% endblock content %}