Skip to content

Commit a91f96c

Browse files
authored
Add name fields to selectable COT table columns (#221)
1 parent 1d4ef5a commit a91f96c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

netbox_custom_objects/tables.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ class Meta(NetBoxTable.Meta):
6969
"pk",
7070
"id",
7171
"name",
72+
"verbose_name",
73+
"verbose_name_plural",
74+
"slug",
7275
'description',
7376
'comments',
7477
'tags',

0 commit comments

Comments
 (0)