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

@@ -788,7 +788,6 @@ class DeviceInventoryItemTable(InventoryItemTable):
order_by=Accessor('_name'),
attrs={'td': {'class': 'text-nowrap'}}
)
actions = columns.ActionsColumn()
class Meta(NetBoxTable.Meta):
model = InventoryItem