Disable scopes tree and add Back button in log view

All views from Commands section have this two attributes.
async-tree
Javier Sánchez Parra 2022-11-07 13:41:23 +01:00
parent 6aad8535f0
commit 93758f3831
1 changed files with 3 additions and 0 deletions

View File

@ -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 %}