summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/commands.html
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-30 17:27:59 +0200
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-04-01 15:07:05 +0200
commit52a06822b273d2d35d9b630c889435fed80d2b0f (patch)
treeec1df84be2713b684cff1b838b97313684329349 /ogcp/templates/commands.html
parentbb39f67a46fc4f39fc78e6191d0600d854d7075f (diff)
Ask for reference when partitioning several clients
Allow the user to choose a computer as reference to display the partition scheme form.
Diffstat (limited to 'ogcp/templates/commands.html')
-rw-r--r--ogcp/templates/commands.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/commands.html b/ogcp/templates/commands.html
index 76dc191..65ab840 100644
--- a/ogcp/templates/commands.html
+++ b/ogcp/templates/commands.html
@@ -41,7 +41,7 @@
<input class="btn btn-light dropdown-item{% block nav_setup_set_oglive %}{% endblock %}" type="submit" value="{{ _('Set ogLive') }}"
form="scopesForm" formaction="{{ url_for('action_oglive') }}" formmethod="get">
<input class="btn btn-light dropdown-item{% block nav_setup_setup %}{% endblock %}" type="submit" value="{{ _('Partition & Format') }}"
- form="scopesForm" formaction="{{ url_for('action_setup_show') }}" formmethod="get">
+ form="scopesForm" formaction="{{ url_for('action_setup_select') }}" formmethod="get">
</div>
</div>