summaryrefslogtreecommitdiffstats
path: root/ogcp/forms
diff options
context:
space:
mode:
authorJavier Hernandez <jhernandez@soleta.eu>2023-11-24 13:28:06 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2023-11-27 09:44:47 +0100
commit4f565255af3f841155012e89478a2fab8396273c (patch)
treea6341ca0b75afda153b23cc2c5cd7b312d0c119a /ogcp/forms
parent3f27dd3ef140248fb790a7c616335525a87e31fd (diff)
client: Remove 'netmask' in form
Remove unnecessary field 'netmask' from forms used to create and update clients. Netmask is configured in rooms instead.
Diffstat (limited to 'ogcp/forms')
-rw-r--r--ogcp/forms/action_forms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ogcp/forms/action_forms.py b/ogcp/forms/action_forms.py
index 4a18738..1918bf8 100644
--- a/ogcp/forms/action_forms.py
+++ b/ogcp/forms/action_forms.py
@@ -104,7 +104,6 @@ class ClientDetailsForm(FlaskForm):
ip = StringField(label=_l('IP'))
mac = StringField(label=_l('MAC'))
serial_number = StringField(label=_l('Serial Number'))
- netmask = StringField(label=_l('Netmask'))
livedir = SelectField(label=_l('ogLive'),
choices=[('ogLive', 'Default'),])
remote = BooleanField(label=_l('Remote'))