{% extends 'base/layout.html' %} {% load helpers %} {% block title %}Scripts{% endblock %} {% block content %}
Name | Status | Description | Last Run | |
---|---|---|---|---|
{{ script }} | {% include 'extras/inc/job_label.html' with result=script.result %} | {{ script.Meta.description|render_markdown }} | {% if script.result %}{{ script.result.created|annotated_date }} | {% else %}Never | {% endif %}
{{ settings.SCRIPTS_ROOT }}
.
SCRIPTS_ROOT
in NetBox's configuration.