mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Fixes #14885: Add missing 'group' field to tunnel creation form
This commit is contained in:
parent
d606749335
commit
88e4559b5a
@ -141,7 +141,7 @@ class TunnelCreateForm(TunnelForm):
|
|||||||
)
|
)
|
||||||
|
|
||||||
fieldsets = (
|
fieldsets = (
|
||||||
(_('Tunnel'), ('name', 'status', 'encapsulation', 'description', 'tunnel_id', 'tags')),
|
(_('Tunnel'), ('name', 'status', 'group', 'encapsulation', 'description', 'tunnel_id', 'tags')),
|
||||||
(_('Security'), ('ipsec_profile',)),
|
(_('Security'), ('ipsec_profile',)),
|
||||||
(_('Tenancy'), ('tenant_group', 'tenant')),
|
(_('Tenancy'), ('tenant_group', 'tenant')),
|
||||||
(_('First Termination'), (
|
(_('First Termination'), (
|
||||||
|
Loading…
Reference in New Issue
Block a user