mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-21 04:42:22 -06:00
Put length and length_unit fields on same line in form
This commit is contained in:
@@ -1666,6 +1666,7 @@ class CableEditView(PermissionRequiredMixin, ObjectEditView):
|
||||
permission_required = 'dcim.change_cable'
|
||||
model = Cable
|
||||
model_form = forms.CableForm
|
||||
template_name = 'dcim/cable_edit.html'
|
||||
default_return_url = 'dcim:cable_list'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user