diff --git a/netbox/templates/extras/plugin_list.html b/netbox/templates/extras/plugin_list.html new file mode 100644 index 000000000..adb543044 --- /dev/null +++ b/netbox/templates/extras/plugin_list.html @@ -0,0 +1,30 @@ +{% extends 'base/layout.html' %} +{% load buttons %} +{% load helpers %} +{% load i18n %} +{% load render_table from django_tables2 %} + +{% block title %}{% trans "Plugins" %}{% endblock %} + +{% block controls %} +
+
+ {% block extra_controls %}{% endblock %} +
+
+{% endblock controls %} + +{% block tabs %} + +{% endblock tabs %} + +{% block content-wrapper %} +
+ {% render_table table %} + +
+{% endblock content-wrapper %}