templates: rename Start session to Boot OS

Use a better name for the form action used to boot an operating
system in the clients.
master
Alejandro Sirgo Rica 2024-06-20 14:59:24 +02:00
parent 992d3b847a
commit d46badaf82
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<input class="btn btn-light dropdown-item{% block nav_client_refresh %}{% endblock %}" type="submit" value="{{ _('Refresh') }}"
form="scopesForm" formaction="{{ url_for('action_refresh') }}" formmethod="post">
<input class="btn btn-light dropdown-item{% block nav_client_session %}{% endblock %}" type="submit" value="{{ _('Start session') }}"
<input class="btn btn-light dropdown-item{% block nav_client_session %}{% endblock %}" type="submit" value="{{ _('Boot OS') }}"
form="scopesForm" formaction="{{ url_for('action_session') }}" formmethod="get">
<input class="btn btn-light dropdown-item{% block nav_client_cache %}{% endblock %}" type="submit" value="{{ _('Manage cache') }}"
form="scopesForm" formaction="{{ url_for('action_client_cache') }}" formmethod="get">