review changes #14113
This commit is contained in:
parent
94858ac13f
commit
6e8ee9db89
|
|
@ -937,7 +937,8 @@ class InventoryItemTable(DeviceComponentTable):
|
|||
discovered = columns.BooleanColumn(
|
||||
verbose_name=_('Discovered'),
|
||||
)
|
||||
parent = tables.LinkColumn(
|
||||
parent = tables.Column(
|
||||
linkify=True,
|
||||
verbose_name=_('Parent'),
|
||||
)
|
||||
tags = columns.TagColumn(
|
||||
|
|
|
|||
Loading…
Reference in New Issue