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:
@@ -86,7 +86,7 @@ class ContactAssignmentTable(NetBoxTable):
|
||||
linkify=True
|
||||
)
|
||||
actions = columns.ActionsColumn(
|
||||
sequence=('edit', 'delete')
|
||||
actions=('edit', 'delete')
|
||||
)
|
||||
|
||||
class Meta(NetBoxTable.Meta):
|
||||
|
Reference in New Issue
Block a user