diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-11-07 13:41:23 +0100 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-11-17 17:36:15 +0100 |
commit | 93758f383196425bd04848593a2adbcc5e3d8af4 (patch) | |
tree | 6435d0f1c66f5317caac232b6951568b3275d99e | |
parent | 6aad8535f0e54e81a4120d8b8bce883cf0ea2157 (diff) |
Disable scopes tree and add Back button in log view
All views from Commands section have this two attributes.
-rw-r--r-- | ogcp/templates/actions/legacy/log.html | 3 |
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 %} |