summaryrefslogtreecommitdiffstats
path: root/ogcp/templates
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2021-11-03 09:30:36 +0100
committerJavier Sánchez Parra <jsanchez@soleta.eu>2021-11-08 11:42:59 +0100
commit792e4ed3ddcc0812fb97ff31560ec8b1fa39abc3 (patch)
tree67b7659aec273c7b0d032defacae594b18b1e296 /ogcp/templates
parent7faa607131dd0124a5f1d4e804126e8063f1f9c9 (diff)
Add legacy real-time log
Clients in ogLive offer a web page with lighttpd that shows a real-time log. This commit links this log in ogcp. Future patches will deprecate this log functionality in favour of more robust solutions.
Diffstat (limited to 'ogcp/templates')
-rw-r--r--ogcp/templates/commands.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/commands.html b/ogcp/templates/commands.html
index b965867..df84ab0 100644
--- a/ogcp/templates/commands.html
+++ b/ogcp/templates/commands.html
@@ -42,5 +42,7 @@
form="scopesForm" formaction="{{ url_for('action_mode') }}" formmethod="get">
<input class="btn btn-light" type="submit" value="{{ _('Log') }}"
form="scopesForm" formaction="{{ url_for('action_legacy_log') }}" formmethod="get">
+ <input class="btn btn-light" type="submit" value="{{ _('Real time log') }}"
+ form="scopesForm" formaction="{{ url_for('action_legacy_rt_log') }}" formmethod="get">
{% endblock %}