mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Fixes #1338: Allow importing prefixes with "container" status
This commit is contained in:
parent
af9fa85cc1
commit
e54c74d972
@ -264,7 +264,7 @@ class PrefixCSVForm(forms.ModelForm):
|
|||||||
required=False
|
required=False
|
||||||
)
|
)
|
||||||
status = CSVChoiceField(
|
status = CSVChoiceField(
|
||||||
choices=IPADDRESS_STATUS_CHOICES,
|
choices=PREFIX_STATUS_CHOICES,
|
||||||
help_text='Operational status'
|
help_text='Operational status'
|
||||||
)
|
)
|
||||||
role = forms.ModelChoiceField(
|
role = forms.ModelChoiceField(
|
||||||
|
Loading…
Reference in New Issue
Block a user