summaryrefslogtreecommitdiffstats
path: root/ogcp/forms/action_forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/forms/action_forms.py')
-rw-r--r--ogcp/forms/action_forms.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ogcp/forms/action_forms.py b/ogcp/forms/action_forms.py
index ed9825a..3c53d0c 100644
--- a/ogcp/forms/action_forms.py
+++ b/ogcp/forms/action_forms.py
@@ -123,10 +123,6 @@ class ClientDetailsForm(FlaskForm):
choices=[('ogLive', 'Default'),])
remote = BooleanField(label=_l('Remote'))
maintenance = BooleanField(label=_l('Maintenance'))
- netiface = SelectField(label=_l('Interface'),
- choices=[('eth0', 'eth0'),
- ('eth1', 'eth1'),
- ('eth2', 'eth2')])
repo = SelectField(label=_l('Repository'))
room = SelectField(label=_l('Room'))
folder_id = HiddenField()