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

Allow passing additional columns & specifying a sequence

This commit is contained in:
jeremystretch
2022-01-07 11:56:18 -05:00
parent bff7400de4
commit 8b07fbc554
5 changed files with 12 additions and 8 deletions

View File

@@ -214,7 +214,7 @@ class ObjectChangeTable(BaseTable):
template_code=OBJECTCHANGE_REQUEST_ID,
verbose_name='Request ID'
)
actions = ActionsColumn(actions=())
actions = ActionsColumn(sequence=())
class Meta(BaseTable.Meta):
model = ObjectChange