mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08:38 -06:00
Use ColoredLabelColumn for InventoryItem role
This commit is contained in:
parent
e170b6fce6
commit
733fea2f9f
@ -755,9 +755,7 @@ class InventoryItemTable(DeviceComponentTable):
|
||||
'args': [Accessor('device_id')],
|
||||
}
|
||||
)
|
||||
role = tables.Column(
|
||||
linkify=True
|
||||
)
|
||||
role = columns.ColoredLabelColumn()
|
||||
manufacturer = tables.Column(
|
||||
linkify=True
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user