{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% load i18n %} {% block controls %} {% endblock controls %} {% block tabs %} {% endblock tabs %} {% block content %}
| {% trans "ID" %} | {{ object.id }} |
|---|---|
| {% trans "Name" %} | {{ object.name }} |
| {% trans "Job name" %} | {{ object.job_name }} |
| {% trans "IP Address" %} | {{ object.ipaddress }} |
| {% trans "Status" %} | {{ object.status }} |
| {% trans "Created" %} | {{ object.created }} |
| {% trans "Executed at" %} | {{ object.exec_at }} |
| {% trans "Duration (ns)" %} | {{ object.exec_ns }} |
| {% trans "Initiator" %} | {{ object.initiator }} |
| {% trans "Variables" %} | {{ object.variables }} |
| {% trans "Return Value" %} | {{ object.return_value }} |
| {% trans "Log Output" %} | {{ object.log }} |