]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Improve level A accessibility for pagination component
authornsedrickm <nsedrick101@gmail.com>
Wed, 3 Aug 2022 11:14:27 +0000 (12:14 +0100)
committerNizamudeen A <nia@redhat.com>
Thu, 12 Jan 2023 10:29:21 +0000 (15:59 +0530)
commite7b89f88c5339909255e6fdd700b09eb72ded8fd
tree350c91e26b2e8b78c681d2025353a407665dca95
parent77bddba9c9b5ce87850defb94beb0f8e0489853d
mgr/dashboard: Improve level A accessibility for pagination component

Add custom pagination component based on patternfly design

Fixes: https://tracker.ceph.com/issues/55876
Signed-off-by: nsedrickm <nsedrick101@gmail.com>
(cherry picked from commit 363352163dd13c2ebe2a03865eda6cf5319d2536)

src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/crud-table/crud-table.component.spec.ts

  - Deleted the CrudTable component since its not backported yet
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/datatable.module.ts
  - Deleted the import of crud-table
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-pagination/table-pagination.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-pagination/table-pagination.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-pagination/table-pagination.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-pagination/table-pagination.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.spec.ts