Skip to content

Commit 66ce55a

Browse files
committed
mgr/dashboard: show loader while changing pages
during server side pagination where each pagination cycle is delayed by 1s. Fixes: https://tracker.ceph.com/issues/72979 Signed-off-by: Nizamudeen A <[email protected]>
1 parent 098432f commit 66ce55a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@ export class TableComponent implements AfterViewInit, OnInit, OnChanges, OnDestr
905905
this.userConfig.limit = this.model.pageLength;
906906

907907
if (this.serverSide) {
908+
this.loadingIndicator = true;
908909
this.reloadData();
909910
return;
910911
}

0 commit comments

Comments
 (0)