Also restore the "expand all" and "collapse all" buttons

This commit is contained in:
K900
2022-08-12 09:46:17 +03:00
parent 74caaa696e
commit 93bbd6925b
3 changed files with 14 additions and 2 deletions

View File

@@ -4,6 +4,6 @@
<div class="dep-tree">
<ul class="tree">
[% INCLUDE renderNode node=buildTimeGraph %]
[% INCLUDE renderNode node=buildTimeGraph isRoot=1 %]
</ul>
</div>