mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Fixes #1160: Linkify secrets and tenants in global search results
This commit is contained in:
parent
83688fceb7
commit
ed65721085
@ -44,6 +44,7 @@ class SecretTable(BaseTable):
|
||||
|
||||
|
||||
class SecretSearchTable(SearchTable):
|
||||
device = tables.LinkColumn()
|
||||
|
||||
class Meta(SearchTable.Meta):
|
||||
model = Secret
|
||||
|
@ -44,6 +44,7 @@ class TenantTable(BaseTable):
|
||||
|
||||
|
||||
class TenantSearchTable(SearchTable):
|
||||
name = tables.LinkColumn()
|
||||
|
||||
class Meta(SearchTable.Meta):
|
||||
model = Tenant
|
||||
|
Loading…
Reference in New Issue
Block a user