mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 19:47:20 -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']
|
highlight = form.cleaned_data['q']
|
||||||
|
|
||||||
table = SearchTable(results, highlight=highlight)
|
table = SearchTable(results, highlight=highlight)
|
||||||
table.configure(request)
|
|
||||||
|
|
||||||
# Paginate the table results
|
# Paginate the table results
|
||||||
RequestConfig(request, {
|
RequestConfig(request, {
|
||||||
|
Loading…
Reference in New Issue
Block a user