mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Added length and length_unit fields to Cable
This commit is contained in:
@@ -2211,7 +2211,7 @@ class CableForm(BootstrapMixin, forms.ModelForm):
|
||||
|
||||
class Meta:
|
||||
model = Cable
|
||||
fields = ('type', 'status', 'label', 'color')
|
||||
fields = ('type', 'status', 'label', 'color', 'length', 'length_unit')
|
||||
|
||||
|
||||
class CableFilterForm(BootstrapMixin, forms.Form):
|
||||
|
||||
Reference in New Issue
Block a user