mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-11 21:39:06 +02:00
display id when checking relationship
This commit is contained in:
@@ -189,6 +189,14 @@
|
||||
</div>
|
||||
{/if}
|
||||
{#if !createRelationship}
|
||||
<div class="form-control mt-2">
|
||||
<p>
|
||||
<strong>{id()} 1:</strong> {startNode}
|
||||
</p>
|
||||
<p>
|
||||
<strong>{id()} 2:</strong> {endNode}
|
||||
</p>
|
||||
</div>
|
||||
<!-- Editor mode: show all existing relationships -->
|
||||
{#each relationships as r, index}
|
||||
<div class="border-base-300 mt-4 rounded border p-4">
|
||||
|
Reference in New Issue
Block a user