From: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date: Tue, 15 Mar 2022 17:17:19 +0000 (-0700)
Subject: Add bottom pagination for management lists
X-Git-Tag: beta-1.6.1~37^2
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F372%2Fhead;p=thirdparty%2Fpaperless-ngx.git
Add bottom pagination for management lists
---
diff --git a/src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.html b/src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.html
index f0d89b0bcc..2b03305837 100644
--- a/src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.html
+++ b/src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.html
@@ -52,3 +52,8 @@
+
+
+
0">{collectionSize, plural, =1 {One correspondent} other {{{collectionSize || 0}} total correspondents}}
+
20" class="ms-auto" [pageSize]="25" [collectionSize]="collectionSize" [(page)]="page" (pageChange)="reloadData()" aria-label="Default pagination">
+
diff --git a/src-ui/src/app/components/manage/document-type-list/document-type-list.component.html b/src-ui/src/app/components/manage/document-type-list/document-type-list.component.html
index 77e488c554..32a47dcd80 100644
--- a/src-ui/src/app/components/manage/document-type-list/document-type-list.component.html
+++ b/src-ui/src/app/components/manage/document-type-list/document-type-list.component.html
@@ -50,3 +50,8 @@
+
+
+
0">{collectionSize, plural, =1 {One document type} other {{{collectionSize || 0}} total document types}}
+
20" class="ms-auto" [pageSize]="25" [collectionSize]="collectionSize" [(page)]="page" (pageChange)="reloadData()" aria-label="Default pagination">
+
diff --git a/src-ui/src/app/components/manage/tag-list/tag-list.component.html b/src-ui/src/app/components/manage/tag-list/tag-list.component.html
index 3ca89a37f5..d51ad7d328 100644
--- a/src-ui/src/app/components/manage/tag-list/tag-list.component.html
+++ b/src-ui/src/app/components/manage/tag-list/tag-list.component.html
@@ -53,3 +53,8 @@
+
+
+
0">{collectionSize, plural, =1 {One tag} other {{{collectionSize || 0}} total tags}}
+
20" class="ms-auto" [pageSize]="25" [collectionSize]="collectionSize" [(page)]="page" (pageChange)="reloadData()" aria-label="Default pagination">
+