]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / rgw / rgw-user-list / rgw-user-list.component.ts
index 34cccb9409d6bcc595c55c03e497061ef9574957..3c0f9264d80168de705554c9189048bafdbccb04 100644 (file)
@@ -38,7 +38,7 @@ export class RgwUserListComponent extends ListWithDetails implements OnInit {
   columns: CdTableColumn[] = [];
   users: object[] = [];
   selection: CdTableSelection = new CdTableSelection();
-  staleTimeout: number;
+  declare staleTimeout: number;
 
   constructor(
     private authStorageService: AuthStorageService,