Skip to content

Commit

Permalink
Fixes #14885: Add missing 'group' field to tunnel creation form
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Jan 22, 2024
1 parent d606749 commit 88e4559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/vpn/forms/model_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class TunnelCreateForm(TunnelForm):
)

fieldsets = (
(_('Tunnel'), ('name', 'status', 'encapsulation', 'description', 'tunnel_id', 'tags')),
(_('Tunnel'), ('name', 'status', 'group', 'encapsulation', 'description', 'tunnel_id', 'tags')),
(_('Security'), ('ipsec_profile',)),
(_('Tenancy'), ('tenant_group', 'tenant')),
(_('First Termination'), (
Expand Down

0 comments on commit 88e4559

Please sign in to comment.