{% extends 'base/layout.html' %} {% load helpers %} {% block title %}Reports{% endblock %} {% block content %}
Name | Status | Description | Last Run | |
---|---|---|---|---|
{{ report.name }} | {% include 'extras/inc/job_label.html' with result=report.result %} | {{ report.description|render_markdown|placeholder }} | {% if report.result %} {{ report.result.created|annotated_date }} {% else %} Never {% endif %} | {% if perms.extras.run_report %} | {% endif %}
{{ method }} | {{ stats.success }} {{ stats.info }} {{ stats.warning }} {{ stats.failure }} |
{{ settings.REPORTS_ROOT }}
.
REPORTS_ROOT
in NetBox's configuration.