Added a 'clone part' function.

This commit is contained in:
Jan Böhmer 2019-03-19 19:53:23 +01:00
parent 33631f16cf
commit 10f39b7f45
7 changed files with 87 additions and 16 deletions

View file

@ -141,7 +141,7 @@
<div class="collapse d-md-block bg-light" id="sidebar-container">
<nav class="fixed-sidebar col-md-3 col-lg-2 " id="fixed-sidebar">
<ul class="nav flex-column">
<li id="categories">
<li id="treeBox-categories">
<div class="dropdown">
<button class="btn-text dropdown-toggle mb-2" type="button" id="dropdownCat" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<span class="sidebar-title" id="tree-categories-title">{% trans %}category.labelp{% endtrans %}</span>
@ -163,7 +163,7 @@
</div>
<div id="tree-categories"></div>
</li>
<li id="devices">
<li id="treeBox-devices">
<div class="dropdown">
<button class="btn-text dropdown-toggle mb-2 mt-2" type="button" id="dropdownDev" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<span class="sidebar-title" id="tree-devices-title">{% trans %}device.labelp{% endtrans %}</span>
@ -186,7 +186,7 @@
<div id="tree-devices"></div>
</li>
<li id="tools">
<li id="treeBox-tools">
<div class="dropdown">
<button class="btn-text dropdown-toggle mb-2 mt-2" type="button" id="dropdownTools" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<span class="sidebar-title" id="tree-tools-title">{% trans %}tools.label{% endtrans %}</span>