Sfoglia il codice sorgente

16286 fix provider account search

Arthur 1 anno fa
parent
commit
8a91252d51
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      netbox/circuits/search.py

+ 1 - 0
netbox/circuits/search.py

@@ -48,6 +48,7 @@ class ProviderIndex(SearchIndex):
     display_attrs = ('description',)
 
 
+@register_search
 class ProviderAccountIndex(SearchIndex):
     model = models.ProviderAccount
     fields = (