From 3a0cdbda5a7f711d23ef4680f553800780f8f7ae Mon Sep 17 00:00:00 2001 From: Javier Hernandez Date: Wed, 22 Nov 2023 12:42:33 +0100 Subject: src: Remove netdriver field in client form Remove netdriver field from forms used to add or update a client. At the time of creating (or updating) a client, ogCP uses a hardcoded value for this field of the payload. This field is not used by oglive in any way, remove it. --- ogcp/forms/action_forms.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ogcp/forms') diff --git a/ogcp/forms/action_forms.py b/ogcp/forms/action_forms.py index fe5280e..4a18738 100644 --- a/ogcp/forms/action_forms.py +++ b/ogcp/forms/action_forms.py @@ -113,8 +113,6 @@ class ClientDetailsForm(FlaskForm): choices=[('eth0', 'eth0'), ('eth1', 'eth1'), ('eth2', 'eth2')]) - netdriver = SelectField(label=_l('Driver'), - choices=[('generic', 'generic')]) repo = SelectField(label=_l('Repository'), choices=[(1, 'Default')]) room = SelectField(label=_l('Room')) -- cgit v1.2.3-18-g5258