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

Fixes #10745: Correct display of status field in clusters list

This commit is contained in:
jeremystretch
2022-10-25 16:41:07 -04:00
parent 01654765e8
commit eb91934d70
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ class ClusterTable(TenancyColumnsMixin, ContactsColumnMixin, NetBoxTable):
group = tables.Column(
linkify=True
)
status = columns.ChoiceFieldColumn()
site = tables.Column(
linkify=True
)