mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 09:26:27 +00:00
Vlan Autocomplete for portprofile
This commit is contained in:
parent
d976b0b3f8
commit
2b3bb62a21
1 changed files with 4 additions and 1 deletions
|
@ -316,7 +316,10 @@ class EditPortProfileForm(FormRevMixin, ModelForm):
|
|||
fields = "__all__"
|
||||
widgets = {
|
||||
"vlan_tagged": AutocompleteMultipleModelMixin(
|
||||
url="/machine/vlan-autocomplete",
|
||||
url="/machines/vlan-autocomplete",
|
||||
),
|
||||
"vlan_untagged": AutocompleteModelMixin(
|
||||
url="/machines/vlan-autocomplete",
|
||||
),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue