diff --git a/src-ui/src/app/components/admin/settings/settings.component.html b/src-ui/src/app/components/admin/settings/settings.component.html index 76625d886..42147a9b8 100644 --- a/src-ui/src/app/components/admin/settings/settings.component.html +++ b/src-ui/src/app/components/admin/settings/settings.component.html @@ -7,7 +7,7 @@ - - + Open Django Admin   diff --git a/src-ui/src/app/components/common/page-header/page-header.component.html b/src-ui/src/app/components/common/page-header/page-header.component.html index e550bcffe..283218219 100644 --- a/src-ui/src/app/components/common/page-header/page-header.component.html +++ b/src-ui/src/app/components/common/page-header/page-header.component.html @@ -19,7 +19,7 @@ } -
+
diff --git a/src-ui/src/app/components/document-detail/document-detail.component.html b/src-ui/src/app/components/document-detail/document-detail.component.html index 79cc58f53..5b27a51ac 100644 --- a/src-ui/src/app/components/document-detail/document-detail.component.html +++ b/src-ui/src/app/components/document-detail/document-detail.component.html @@ -1,11 +1,11 @@ @if (contentRenderType === ContentRenderType.PDF && !useNativePdfViewer) { -
+
Page
of {{previewNumPages}}
-
+
-
-
- - +
+
+
+ +
+
-
- - - - - - - - @for (column of extraColumns; track column) { - - } - - - - - @if (isLoading) { - - - - } - @for (object of data; track object) { - - - - - - @for (column of extraColumns; track column) { - - } - - - } - -
-
- - -
-
NameMatchingDocument count{{column.name}}Actions
-
- Loading... -
-
- - -
-
{{ getMatching(object) }}{{ object.document_count }} - @if (column.rendersHtml) { -
- } @else { - {{ column.valueFn.call(null, object) }} - } -
-
-
- -
- - - -
-
-
-
- - - -
-
+ +
+ +
+ + + + + + + + @for (column of extraColumns; track column) { + + } + + + + + @if (isLoading) { + + + + } + @for (object of data; track object) { + + + + + + @for (column of extraColumns; track column) { + } + + + } + +
+
+ +
- - @if (!isLoading) { -
- @if (collectionSize > 0) { -
- {collectionSize, plural, =1 {One {{typeName}}} other {{{collectionSize || 0}} total {{typeNamePlural}}}} - @if (selectedObjects.size > 0) { -  ({{selectedObjects.size}} selected) - } -
- } - @if (collectionSize > 20) { - - } +
NameMatchingDocument count{{column.name}}Actions
+
+ Loading... +
+
+ +
+
{{ getMatching(object) }}{{ object.document_count }} + @if (column.rendersHtml) { +
+ } @else { + {{ column.valueFn.call(null, object) }} + } +
+
+
+ +
+ + + +
+
+
+
+ + + +
+
+
+ +@if (!isLoading) { +
+ @if (collectionSize > 0) { +
+ {collectionSize, plural, =1 {One {{typeName}}} other {{{collectionSize || 0}} total {{typeNamePlural}}}} + @if (selectedObjects.size > 0) { +  ({{selectedObjects.size}} selected) + } +
+ } + @if (collectionSize > 20) { + + } +
+} diff --git a/src-ui/src/app/components/manage/workflows/workflows.component.html b/src-ui/src/app/components/manage/workflows/workflows.component.html index 9bc68fb49..632cbfe16 100644 --- a/src-ui/src/app/components/manage/workflows/workflows.component.html +++ b/src-ui/src/app/components/manage/workflows/workflows.component.html @@ -5,7 +5,7 @@ i18n-info infoLink="usage/#workflows" > -