1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

added admin and api views for listing all plugins, and refactored urls import

This commit is contained in:
John Anderson
2020-03-20 20:10:02 -04:00
parent e220c38b97
commit 4e84e8048f
10 changed files with 242 additions and 39 deletions

View File

@@ -0,0 +1,6 @@
{% extends "django_rq/index.html" %}
{% block sidebar %}
{{ block.super }}
{% include 'extras/admin/plugins_index.html' %}
{% endblock %}