mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 11:37:21 -06:00
19380 call configure on embedded tables
This commit is contained in:
parent
b20d2770d8
commit
52e9af926f
@ -100,7 +100,6 @@ class SearchView(ConditionalLoginRequiredMixin, View):
|
||||
highlight = form.cleaned_data['q']
|
||||
|
||||
table = SearchTable(results, highlight=highlight)
|
||||
table.configure(request)
|
||||
|
||||
# Paginate the table results
|
||||
RequestConfig(request, {
|
||||
|
Loading…
Reference in New Issue
Block a user