mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 21:18:16 -06:00
14728 configure table
This commit is contained in:
parent
af426a864a
commit
e8f2711eac
@ -246,7 +246,7 @@ class PluginListView(LoginRequiredMixin, View):
|
||||
def get(self, request):
|
||||
plugins = [apps.get_app_config(plugin) for plugin in settings.PLUGINS]
|
||||
table = tables.PluginTable(plugins)
|
||||
# table.configure(request)
|
||||
table.configure(request)
|
||||
|
||||
return render(request, 'extras/plugin_list.html', {
|
||||
'plugins': plugins,
|
||||
|
Loading…
Reference in New Issue
Block a user