mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-30 04:16:24 -06:00
9604 fix forms
This commit is contained in:
parent
486003474f
commit
b206362362
@ -230,7 +230,7 @@ class CircuitTerminationBulkEditForm(NetBoxModelBulkEditForm):
|
||||
fieldsets = (
|
||||
FieldSet(
|
||||
'description',
|
||||
FieldSet('scope_type', 'scope', name=_('Scope')),
|
||||
'scope_type', 'scope',
|
||||
'mark_connected', name=_('Circuit Termination')
|
||||
),
|
||||
FieldSet('port_speed', 'upstream_speed', name=_('Termination Details')),
|
||||
|
@ -166,7 +166,7 @@ class CircuitTerminationForm(NetBoxModelForm):
|
||||
fieldsets = (
|
||||
FieldSet(
|
||||
'circuit', 'term_side', 'description', 'tags',
|
||||
FieldSet('scope_type', 'scope', name=_('Scope')),
|
||||
'scope_type', 'scope',
|
||||
'mark_connected', name=_('Circuit Termination')
|
||||
),
|
||||
FieldSet('port_speed', 'upstream_speed', 'xconnect_id', 'pp_info', name=_('Termination Details')),
|
||||
|
Loading…
Reference in New Issue
Block a user