templates: show client details at the end of the client options

Move "Client details" to the last option of the "Client" dropdown
in the Commands page.
master
Alejandro Sirgo Rica 2024-06-20 14:57:32 +02:00
parent 29cc4d9280
commit 992d3b847a
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@
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') }}"
form="scopesForm" formaction="{{ url_for('action_session') }}" formmethod="get">
<input class="btn btn-light dropdown-item{% block nav_client_details %}{% endblock %}" type="submit" value="{{ _('Client details') }}"
form="scopesForm" formaction="{{ url_for('action_client_info') }}" 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">
<input class="btn btn-light dropdown-item{% block nav_client_details %}{% endblock %}" type="submit" value="{{ _('Client details') }}"
form="scopesForm" formaction="{{ url_for('action_client_info') }}" formmethod="get">
</div>
</div>