mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 21:18:16 -06:00
Fix user table configuration
This commit is contained in:
parent
95300272c7
commit
470e8903db
@ -248,7 +248,7 @@ class PluginListView(LoginRequiredMixin, View):
|
|||||||
# Look up app config by package name
|
# Look up app config by package name
|
||||||
apps.get_app_config(plugin.rsplit('.', 1)[-1]) for plugin in settings.PLUGINS
|
apps.get_app_config(plugin.rsplit('.', 1)[-1]) for plugin in settings.PLUGINS
|
||||||
]
|
]
|
||||||
table = tables.PluginTable(plugins)
|
table = tables.PluginTable(plugins, user=request.user)
|
||||||
table.configure(request)
|
table.configure(request)
|
||||||
|
|
||||||
return render(request, 'core/plugin_list.html', {
|
return render(request, 'core/plugin_list.html', {
|
||||||
|
Loading…
Reference in New Issue
Block a user