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