mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 21:18:16 -06:00
Update template for #12128
This commit is contained in:
parent
f746bc2be3
commit
d89e922e36
@ -1,4 +1,4 @@
|
|||||||
{% extends 'base/layout.html' %}
|
{% extends 'generic/_base.html' %}
|
||||||
{% load buttons %}
|
{% load buttons %}
|
||||||
{% load helpers %}
|
{% load helpers %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
@ -6,14 +6,6 @@
|
|||||||
|
|
||||||
{% block title %}{% trans "Plugins" %}{% endblock %}
|
{% block title %}{% trans "Plugins" %}{% endblock %}
|
||||||
|
|
||||||
{% block controls %}
|
|
||||||
<div class="controls">
|
|
||||||
<div class="control-group">
|
|
||||||
{% block extra_controls %}{% endblock %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endblock controls %}
|
|
||||||
|
|
||||||
{% block tabs %}
|
{% block tabs %}
|
||||||
<ul class="nav nav-tabs px-3">
|
<ul class="nav nav-tabs px-3">
|
||||||
<li class="nav-item" role="presentation">
|
<li class="nav-item" role="presentation">
|
||||||
@ -22,9 +14,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
{% endblock tabs %}
|
{% endblock tabs %}
|
||||||
|
|
||||||
{% block content-wrapper %}
|
{% block content %}
|
||||||
<div class="tab-content">
|
{% render_table table %}
|
||||||
{% render_table table %}
|
{% endblock content %}
|
||||||
|
|
||||||
</div>
|
|
||||||
{% endblock content-wrapper %}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user