Skip to content

Commit 88e4559

Browse files
committed
Fixes #14885: Add missing 'group' field to tunnel creation form
1 parent d606749 commit 88e4559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/vpn/forms/model_forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class TunnelCreateForm(TunnelForm):
141141
)
142142

143143
fieldsets = (
144-
(_('Tunnel'), ('name', 'status', 'encapsulation', 'description', 'tunnel_id', 'tags')),
144+
(_('Tunnel'), ('name', 'status', 'group', 'encapsulation', 'description', 'tunnel_id', 'tags')),
145145
(_('Security'), ('ipsec_profile',)),
146146
(_('Tenancy'), ('tenant_group', 'tenant')),
147147
(_('First Termination'), (

0 commit comments

Comments
 (0)