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

Add bulk edit views for DeviceType components

This commit is contained in:
Jeremy Stretch
2020-02-06 15:29:10 -05:00
parent 077d692d6d
commit 3378287b0c
5 changed files with 172 additions and 7 deletions

View File

@@ -440,7 +440,7 @@ class ConsoleServerPortTemplateTable(BaseTable):
class Meta(BaseTable.Meta):
model = ConsoleServerPortTemplate
fields = ('pk', 'name', 'actions')
fields = ('pk', 'name', 'type', 'actions')
empty_text = "None"