From 93758f383196425bd04848593a2adbcc5e3d8af4 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Mon, 7 Nov 2022 13:41:23 +0100 Subject: Disable scopes tree and add Back button in log view All views from Commands section have this two attributes. --- ogcp/templates/actions/legacy/log.html | 3 +++ 1 file changed, 3 insertions(+) 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 %} -- cgit v1.2.3-18-g5258