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

Rename ActionsColumn sequence to actions

This commit is contained in:
jeremystretch
2022-03-14 13:45:21 -04:00
parent 245cff887c
commit 6170138124
8 changed files with 22 additions and 21 deletions

View File

@@ -86,7 +86,7 @@ class ContactAssignmentTable(NetBoxTable):
linkify=True
)
actions = columns.ActionsColumn(
sequence=('edit', 'delete')
actions=('edit', 'delete')
)
class Meta(NetBoxTable.Meta):