Merge branch 'treenode_editor' of gimli.ms.mff.cuni.cz:/akce/mam/git/mamweb into treenode_editor
This commit is contained in:
commit
638107270b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
<div v-if="item.children.length === 0">
|
<div v-if="item.children.length === 0">
|
||||||
<div v-if="item.appendable_children.length > 0" class="mam-org-only">
|
<div v-if="item.appendable_children.length > 0" class="mam-org-only">
|
||||||
<b>Vložit jako syna: </b>
|
<b>Vložit jako syna: </b>
|
||||||
<addnewnode :types="item.appendable_siblings" :refnode="item.node" where="syn" />
|
<addnewnode :types="item.appendable_children" :refnode="item.node" where="syn" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue