]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix server side table sort 66417/head
authorNizamudeen A <nia@redhat.com>
Wed, 26 Nov 2025 06:20:40 +0000 (11:50 +0530)
committerNizamudeen A <nia@redhat.com>
Wed, 26 Nov 2025 06:20:40 +0000 (11:50 +0530)
commita40f5bbd7c4a94af28dbe5869df77d21d79fea57
tree2a30bd7203f4f81e4d711e5ca8a41a4e65d52593
parentf43edd56c1ea69162a93d4685ef20357e8b39e80
mgr/dashboard: fix server side table sort

show a loading screen when the sort is being performed through
server-side since the sort will happen a little slow

It will be more visible in bigger environments, and with test env if you
try to sort too many time in a short interval and you start to see some
inconsistencies. This is only there for tables like OSDs or hosts where
we have the server side rendering enabled

Fixes: https://tracker.ceph.com/issues/73994
Signed-off-by: Nizamudeen A <nia@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.ts