Jelajahi Sumber

Fix field label for Prefix.vrf

Jeremy Stretch 6 tahun lalu
induk
melakukan
f643af13d7
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      netbox/ipam/forms.py

+ 1 - 0
netbox/ipam/forms.py

@@ -276,6 +276,7 @@ class PrefixForm(BootstrapMixin, TenancyForm, CustomFieldModelForm):
     vrf = DynamicModelChoiceField(
         queryset=VRF.objects.all(),
         required=False,
+        label='VRF',
         widget=APISelect(
             api_url="/api/ipam/vrfs/",
         )