{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% block style %} {% endblock %} {% block content %}
| 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 }} |
{{ object.output }}