From 793fdeb0d2b372d37ce587b4826637a49ad83f3a Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:56:24 -0800 Subject: [PATCH] DocumentAttributesTab --> Section, move header stuff in there too --- .../document-attributes.component.html | 40 ++++---- .../document-attributes.component.ts | 99 +++++++++---------- 2 files changed, 68 insertions(+), 71 deletions(-) diff --git a/src-ui/src/app/components/manage/document-attributes/document-attributes.component.html b/src-ui/src/app/components/manage/document-attributes/document-attributes.component.html index 46afd577c..da035dc66 100644 --- a/src-ui/src/app/components/manage/document-attributes/document-attributes.component.html +++ b/src-ui/src/app/components/manage/document-attributes/document-attributes.component.html @@ -6,19 +6,19 @@ [subTitle]="activeTabLabel" [loading]="activeHeaderLoading" > - @if (activeBulkList) { + @if (activeAttributeList) {
- - - + + +
@@ -27,30 +27,30 @@ Select:
- @if (activeBulkList.selectedObjects.size > 0) { - } - -
- - - } @else if (activeCustomFields) { @@ -62,13 +62,13 @@