summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/legacy/log.html
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-11-07 13:41:23 +0100
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-11-17 17:36:15 +0100
commit93758f383196425bd04848593a2adbcc5e3d8af4 (patch)
tree6435d0f1c66f5317caac232b6951568b3275d99e /ogcp/templates/actions/legacy/log.html
parent6aad8535f0e54e81a4120d8b8bce883cf0ea2157 (diff)
Disable scopes tree and add Back button in log view
All views from Commands section have this two attributes.
Diffstat (limited to 'ogcp/templates/actions/legacy/log.html')
-rw-r--r--ogcp/templates/actions/legacy/log.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/ogcp/templates/actions/legacy/log.html b/ogcp/templates/actions/legacy/log.html
index 04427d5..4659bf0 100644
--- a/ogcp/templates/actions/legacy/log.html
+++ b/ogcp/templates/actions/legacy/log.html
@@ -1,6 +1,9 @@
{% extends 'commands.html' %}
{% import "bootstrap/wtf.html" as wtf %}
+{% set sidebar_state = 'disabled' %}
+{% set btn_back = true %}
+
{% block nav_logs %} active{% endblock %}
{% block nav_logs_log %} active{% endblock %}
{% block content %}