diff options
Diffstat (limited to 'ogcp/templates')
-rw-r--r-- | ogcp/templates/commands.html | 2 |
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 %} |