mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-10 01:28:16 -06:00
16286 fix provider account search
This commit is contained in:
parent
103c08c2d2
commit
1ac5736a0e
@ -48,6 +48,7 @@ class ProviderIndex(SearchIndex):
|
|||||||
display_attrs = ('description',)
|
display_attrs = ('description',)
|
||||||
|
|
||||||
|
|
||||||
|
@register_search
|
||||||
class ProviderAccountIndex(SearchIndex):
|
class ProviderAccountIndex(SearchIndex):
|
||||||
model = models.ProviderAccount
|
model = models.ProviderAccount
|
||||||
fields = (
|
fields = (
|
||||||
|
Loading…
Reference in New Issue
Block a user