mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 11:08:18 -06:00
netbox-community/netbox#6930: Don't linkify ID in device component template tables
This commit is contained in:
parent
02f2cf49e2
commit
8aef9f3a48
@ -93,6 +93,9 @@ class DeviceTypeTable(BaseTable):
|
|||||||
|
|
||||||
class ComponentTemplateTable(BaseTable):
|
class ComponentTemplateTable(BaseTable):
|
||||||
pk = ToggleColumn()
|
pk = ToggleColumn()
|
||||||
|
id = tables.Column(
|
||||||
|
verbose_name='ID'
|
||||||
|
)
|
||||||
name = tables.Column(
|
name = tables.Column(
|
||||||
order_by=('_name',)
|
order_by=('_name',)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user