From f86eaffefe26607c9dbef2f94cf77a883fe38ede Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Fri, 1 Apr 2022 11:41:04 +0200 Subject: Add form for disk selection Disk selection uses "scopesForm" to submit the change, but setup/show view receives new parameters not provided by this form. Commit 17757baa4727 adds those parameters. This commit gives disk selection its own form with all the required parameters. --- ogcp/views.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ogcp/views.py') diff --git a/ogcp/views.py b/ogcp/views.py index c3c1fef..2f2e01d 100644 --- a/ogcp/views.py +++ b/ogcp/views.py @@ -408,6 +408,8 @@ def action_setup_show(): disks=disks, form=form, disk_size=disk_size, + ips=ips_str, + base_client=base_client, scopes=scopes) @app.route('/action/setup', methods=['POST']) -- cgit v1.2.3-18-g5258