mirror of https://git.48k.eu/ogcp
Open real time log in a new tab
parent
93758f3831
commit
eeda698f40
|
@ -93,7 +93,7 @@
|
|||
<input class="btn btn-light dropdown-item{% block nav_logs_log %}{% endblock %}" type="submit" value="{{ _('System log') }}"
|
||||
form="scopesForm" formaction="{{ url_for('action_legacy_log') }}" formmethod="get">
|
||||
<input class="btn btn-light dropdown-item{% block nav_logs_rt %}{% endblock %}" type="submit" value="{{ _('Real time log') }}"
|
||||
form="scopesForm" formaction="{{ url_for('action_legacy_rt_log') }}" formmethod="get">
|
||||
form="scopesForm" formaction="{{ url_for('action_legacy_rt_log') }}" formmethod="get" formtarget="_blank">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue