summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-11-07 15:18:55 +0100
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-11-17 17:36:15 +0100
commiteeda698f400902eac3ae606fb2a9d336d5d98c5a (patch)
treedea51f0d50bddef9361aeded5b2c8675739a5157
parent93758f383196425bd04848593a2adbcc5e3d8af4 (diff)
Open real time log in a new tab
-rw-r--r--ogcp/templates/commands.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/commands.html b/ogcp/templates/commands.html
index c212600..92a1284 100644
--- a/ogcp/templates/commands.html
+++ b/ogcp/templates/commands.html
@@ -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>