mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-18 19:32:24 -06:00
Merge tags fields with primary object fields in form display
This commit is contained in:
@@ -65,7 +65,7 @@ class TenantForm(BootstrapMixin, CustomFieldModelForm):
|
||||
'name', 'slug', 'group', 'description', 'comments', 'tags',
|
||||
)
|
||||
fieldsets = (
|
||||
('Tenant', ('name', 'slug', 'group', 'description')),
|
||||
('Tenant', ('name', 'slug', 'group', 'description', 'tags')),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user