mirror of https://git.48k.eu/ogcp
Disable scopes tree and add Back button in log view
All views from Commands section have this two attributes.async-tree
parent
6aad8535f0
commit
93758f3831
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue