diff --git a/ogcp/templates/actions/setup.html b/ogcp/templates/actions/setup.html index d741725..9d8fc28 100644 --- a/ogcp/templates/actions/setup.html +++ b/ogcp/templates/actions/setup.html @@ -9,6 +9,11 @@

{{_('Partition and Format')}}

+
+ + +
+
@@ -22,13 +27,13 @@
- {% for disk in disks %} {% endfor %} - 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'])