Closes #8462: Linkify manufacturer column in device type table

This commit is contained in:
jeremystretch
2022-01-28 13:09:57 -05:00
parent 7fb756f859
commit 00f2c652d1
2 changed files with 4 additions and 0 deletions

View File

@@ -67,6 +67,9 @@ class DeviceTypeTable(BaseTable):
linkify=True,
verbose_name='Device Type'
)
manufacturer = tables.Column(
linkify=True
)
is_full_depth = BooleanColumn(
verbose_name='Full Depth'
)