diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-06-20 14:59:24 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-06-20 14:59:24 +0200 |
commit | d46badaf82a6e9d4ad8a50f7c6695a15a6272d2b (patch) | |
tree | 23d6de5bc6db55bced850bc498437f7cd4a9c5e3 | |
parent | 992d3b847a892719ee1d2adb35d9585f8db442be (diff) |
templates: rename Start session to Boot OS
Use a better name for the form action used to boot an operating
system in the clients.
-rw-r--r-- | ogcp/templates/commands.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/commands.html b/ogcp/templates/commands.html index dc61ad4..aa3c4b4 100644 --- a/ogcp/templates/commands.html +++ b/ogcp/templates/commands.html @@ -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"> |