Add bulk edit views for DeviceType components

This commit is contained in:
Jeremy Stretch
2020-02-06 15:29:10 -05:00
parent 29cd5f0feb
commit a37e1cc01e
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"