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