From 609ff0e19ece42b68ff80a3eb14086690bd35c25 Mon Sep 17 00:00:00 2001 From: Javier Hernandez Date: Wed, 13 Dec 2023 11:05:24 +0100 Subject: views: add select repo in import clients Add, in import clients menu, a selector to select the repo to be associated with the clients about to import modify OG_CLIENT_DEFAULT_BOOT variable to be 'oglive'; 'pxe' is not a valid boot mode, and ogserver would return an error --- ogcp/forms/action_forms.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ogcp/forms') diff --git a/ogcp/forms/action_forms.py b/ogcp/forms/action_forms.py index d98a00a..3d02f8a 100644 --- a/ogcp/forms/action_forms.py +++ b/ogcp/forms/action_forms.py @@ -127,6 +127,7 @@ class ClientDetailsForm(FlaskForm): class ImportClientsForm(FlaskForm): server = HiddenField() room = SelectField(label=_l('Room')) + repo = SelectField(label=_l('Repository')) dhcpd_conf = TextAreaField(label=_l('dhcpd configuration')) import_btn = SubmitField(label=_l('Import')) -- cgit v1.2.3-18-g5258