Skip to content

Commit

Permalink
178 Fix Tags display on branch list view
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson authored and jeremystretch committed Dec 11, 2024
1 parent f371851 commit ef86578
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netbox_branching/tables/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ class BranchTable(NetBoxTable):
schema_id = tables.TemplateColumn(
template_code='<span class="font-monospace">{{ value }}</code>'
)
tags = columns.TagColumn(
url_name='plugins:netbox_branching:branch_list'
)

class Meta(NetBoxTable.Meta):
model = Branch
Expand Down

0 comments on commit ef86578

Please sign in to comment.