mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-16 08:23:12 +00:00
Add ouverture ports on autocomplete
This commit is contained in:
parent
7dfaf6ff65
commit
3f93c48c3d
1 changed files with 3 additions and 0 deletions
|
@ -253,6 +253,9 @@ class IpTypeForm(FormRevMixin, ModelForm):
|
||||||
"extension": AutocompleteModelMixin(
|
"extension": AutocompleteModelMixin(
|
||||||
url="/machines/extension-autocomplete",
|
url="/machines/extension-autocomplete",
|
||||||
),
|
),
|
||||||
|
"ouverture_ports": AutocompleteModelMixin(
|
||||||
|
url="/machines/ouvertureportlist-autocomplete",
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
|
Loading…
Reference in a new issue