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