mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 21:18:16 -06:00
Move template; fix table display
This commit is contained in:
parent
f01f0b3195
commit
95300272c7
@ -251,7 +251,7 @@ class PluginListView(LoginRequiredMixin, View):
|
||||
table = tables.PluginTable(plugins)
|
||||
table.configure(request)
|
||||
|
||||
return render(request, 'extras/plugin_list.html', {
|
||||
return render(request, 'core/plugin_list.html', {
|
||||
'plugins': plugins,
|
||||
'active_tab': 'api-tokens',
|
||||
'table': table,
|
||||
|
@ -18,7 +18,9 @@
|
||||
{# Object table controls #}
|
||||
{% include 'inc/table_controls_htmx.html' with table_modal="ObjectTable_config" %}
|
||||
|
||||
{% render_table table %}
|
||||
<div class="card">
|
||||
{% render_table table %}
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
||||
{% block modals %}
|
Loading…
Reference in New Issue
Block a user