]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: bind serverSide to externalPaging
authorPere Diaz Bou <pdiazbou@redhat.com>
Thu, 16 Jun 2022 09:15:35 +0000 (11:15 +0200)
committerPere Diaz Bou <pdiazbou@redhat.com>
Tue, 12 Jul 2022 17:09:02 +0000 (19:09 +0200)
commitdbf2552ca57d90f6551553d25ca493375eb1e700
tree259be32d97a7f980b8fa4cfa6be0a054a8101efc
parentefd9a8ba5c9194e89b95aae021f62f3e164f3581
mgr/dashboard: bind serverSide to externalPaging

Count won't be used unless externalPaging is set to true.
remove paginated import

task list service needed to be updated in order to have extra
params. This commit introduces that param.

Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rbd.model.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rbd.service.ts
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.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-table-fetch-data-context.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-table-paging.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/cd-table-server-side.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-list.service.ts