Update netbox/dcim/tables/devices.py

Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
This commit is contained in:
Daniel Sheppard 2022-11-10 15:05:22 -06:00 committed by GitHub
parent a17acda156
commit 484ed84b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -891,7 +891,6 @@ class VirtualDeviceContextTable(TenancyColumnsMixin, NetBoxTable):
name = tables.Column(
linkify=True
)
indentifier = tables.Column()
device = tables.TemplateColumn(
order_by=('_name',),
template_code=DEVICE_LINK