+
+
+
+ @if (node.data.image != "")
+ {
+
![]()
+ }
-
{{ node.label }}
-
{{ node.data }}
+
{{ node.label }}
+
{{ node.data.sex }}
diff --git a/UI/src/app/person/familylist.ts b/UI/src/app/person/familylist.ts
index d24093d..3b18997 100644
--- a/UI/src/app/person/familylist.ts
+++ b/UI/src/app/person/familylist.ts
@@ -299,9 +299,10 @@ export class FamilyList implements OnInit, OnDestroy{
id,
familyList: this.familyList(),
},
- header: 'Children',
+ header: 'Family Tree and Children',
width: '80%',
- maximizable: true
+ maximizable: true,
+ closable: true
});
ref.onClose.subscribe((item: Person) => {
diff --git a/UI/src/app/pickperson/image.display.html b/UI/src/app/pickperson/image.display.html
index 2888bbe..a84eca5 100644
--- a/UI/src/app/pickperson/image.display.html
+++ b/UI/src/app/pickperson/image.display.html
@@ -1,6 +1,5 @@
![Person Image]()
-
-
+
\ No newline at end of file