From 23942591315483add0d114534c9766ccabe0f495 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 31 May 2023 15:40:10 -0400 Subject: [PATCH] ng-content selectors Signed-off-by: Jason Etheridge --- .../src/eg2/src/app/share/tree/tree.component.html | 3 ++- .../admin/server/custom-org-unit-trees.component.html | 18 +++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/share/tree/tree.component.html b/Open-ILS/src/eg2/src/app/share/tree/tree.component.html index 9a0eb51458..73057dab4f 100644 --- a/Open-ILS/src/eg2/src/app/share/tree/tree.component.html +++ b/Open-ILS/src/eg2/src/app/share/tree/tree.component.html @@ -2,7 +2,7 @@
- +
@@ -29,3 +29,4 @@
+ diff --git a/Open-ILS/src/eg2/src/app/staff/admin/server/custom-org-unit-trees.component.html b/Open-ILS/src/eg2/src/app/staff/admin/server/custom-org-unit-trees.component.html index c1c23474d8..d9983663fe 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/server/custom-org-unit-trees.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/server/custom-org-unit-trees.component.html @@ -44,13 +44,17 @@ [tree]="custom_tree" (nodeClicked)="custom_nodeClicked($event)" (nodeChecked)="custon_nodeChecked($event)"> - - - - - - - +
+ + + + +
+
+ + + +
-- 2.11.0