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