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

Use ColoredLabelColumn for InventoryItem role

This commit is contained in:
jeremystretch
2022-02-11 12:08:16 -05:00
parent 47e99ecb54
commit 8e888b4435

View File

@@ -755,9 +755,7 @@ class InventoryItemTable(DeviceComponentTable):
'args': [Accessor('device_id')],
}
)
role = tables.Column(
linkify=True
)
role = columns.ColoredLabelColumn()
manufacturer = tables.Column(
linkify=True
)