mirror of https://git.48k.eu/ogcp
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
parent
992d3b847a
commit
d46badaf82
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue