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:
6
netbox/templates/admin/index.html
Normal file
6
netbox/templates/admin/index.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "django_rq/index.html" %}
|
||||
|
||||
{% block sidebar %}
|
||||
{{ block.super }}
|
||||
{% include 'extras/admin/plugins_index.html' %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user