1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #6562: Disable ordering of secrets by assigned object

This commit is contained in:
jeremystretch
2021-06-08 14:18:24 -04:00
parent 6ec296f2a7
commit b3cde51590
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ class SecretTable(BaseTable):
)
assigned_object = tables.Column(
linkify=True,
orderable=False,
verbose_name='Assigned object'
)
role = tables.Column(