first commit

This commit is contained in:
2022-03-21 12:39:33 +01:00
parent ff5aeaae17
commit eebe1d669a
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,9 @@
<teleport to="#visgraph-legend">
<div class="post-menu">
<div class="list-group mt-4">
<button type="button" class="list-group-item list-group-item-action btn btn-create">
{{ $t('visgraph.add_person') }}
</button>
<button type="button" class="list-group-item list-group-item-action btn btn-create" @click="createRelationship">
{{ $t('visgraph.add_link') }}
</button>