{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% block style %} {% endblock %} {% block content %}

Command Log

{% if object.execution_duration %} {% endif %} {% comment %} {% if object.get_fresh_parsed_data %} {% endif %} {% endcomment %} {% if not object.success and object.error_message %} {% endif %}
Command {{ object.command|linkify }}
Device {{ object.device|linkify }}
Username {{ object.username }}
Execution Time {{ object.execution_time }}
Status {% if object.success %} Success {% else %} Failed {% endif %}
Duration {{ object.execution_duration|floatformat:3 }}s
Parsing Status Successfully Parsed
Parsed from raw output
Error {{ object.error_message }}

Command Output

{{ object.output }}
{% endblock %} {% block javascript %} {% endblock %}