mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Correct label for RIR
This commit is contained in:
@ -227,7 +227,8 @@ class RIRFilterForm(BootstrapMixin, forms.Form):
|
|||||||
|
|
||||||
class AggregateForm(BootstrapMixin, TenancyForm, CustomFieldModelForm):
|
class AggregateForm(BootstrapMixin, TenancyForm, CustomFieldModelForm):
|
||||||
rir = DynamicModelChoiceField(
|
rir = DynamicModelChoiceField(
|
||||||
queryset=RIR.objects.all()
|
queryset=RIR.objects.all(),
|
||||||
|
label='RIR'
|
||||||
)
|
)
|
||||||
tags = DynamicModelMultipleChoiceField(
|
tags = DynamicModelMultipleChoiceField(
|
||||||
queryset=Tag.objects.all(),
|
queryset=Tag.objects.all(),
|
||||||
|
Reference in New Issue
Block a user