1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#4416: Remove individual view for extras.Tag

This commit is contained in:
Jeremy Stretch
2020-07-01 14:21:51 -04:00
parent c484fa99e2
commit 57b73c485f
5 changed files with 1 additions and 36 deletions

View File

@@ -52,10 +52,6 @@ OBJECTCHANGE_REQUEST_ID = """
class TagTable(BaseTable):
pk = ToggleColumn()
name = tables.LinkColumn(
viewname='extras:tag',
args=[Accessor('slug')]
)
color = ColorColumn()
actions = ButtonsColumn(Tag, pk_field='slug')