summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/scopes.html
diff options
context:
space:
mode:
authorJose M. Guisado Gomez <jguisado@soleta.eu>2021-06-30 08:32:51 +0000
committerOpenGnSys Support Team <soporte-og@soleta.eu>2021-06-30 17:19:17 +0200
commit288654722d061591ac834ecf9fb2310280473323 (patch)
treed4cb28e9da8db6dfeb2af0d674f59f776ff15461 /ogcp/templates/scopes.html
parentf121d591e5fb0b53f4e25099ca4f11afa005a1c9 (diff)
Add scopes_tree_collapse macro
Being able to collapse the scopes tree allows to fit a bigger scopes tree. A new macro is introduced to generate the HTML code for the scope tree in such a way that each non-leaf level (center, room) are collapsible. macros.scopes_tree_collapse(scopes) As of now, the state of the scope tree is not saved when changing nav sections.
Diffstat (limited to 'ogcp/templates/scopes.html')
-rw-r--r--ogcp/templates/scopes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/scopes.html b/ogcp/templates/scopes.html
index 1d931bb..746acff 100644
--- a/ogcp/templates/scopes.html
+++ b/ogcp/templates/scopes.html
@@ -12,7 +12,7 @@
{% endblock %}
{% block sidebar %}
- {{ macros.print_scopes_tree(scopes["scope"]) }}
+ {{ macros.scopes_tree_collapse(scopes) }}
{% endblock %}
{% block commands %}