Use ColoredLabelColumn for InventoryItem role
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user