瀏覽代碼

Fix field label for Prefix.vrf

Jeremy Stretch 6 年之前
父節點
當前提交
f643af13d7
共有 1 個文件被更改,包括 1 次插入0 次删除
  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/",
         )