mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-12 10:38:16 -06:00
Added hyperlink to the Description field in the device page
This commit is contained in:
parent
9316f48a20
commit
215b18137c
@ -141,6 +141,10 @@ class DeviceTable(TenancyColumnsMixin, ContactsColumnMixin, NetBoxTable):
|
||||
template_code=DEVICE_LINK,
|
||||
linkify=True
|
||||
)
|
||||
description = tables.Column(
|
||||
verbose_name=_('Description'),
|
||||
linkify=True
|
||||
)
|
||||
status = columns.ChoiceFieldColumn(
|
||||
verbose_name=_('Status'),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user