]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-user-config.ts
import ceph quincy 17.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / models / cd-user-config.ts
index 2e1a9e1970a47b1d6d774b76bd5782a535c3a277..edd1af784872e400dbdb735733d71a5f5a66fba8 100644 (file)
@@ -4,6 +4,8 @@ import { CdTableColumn } from './cd-table-column';
 
 export interface CdUserConfig {
   limit?: number;
+  offset?: number;
+  search?: string;
   sorts?: SortPropDir[];
   columns?: CdTableColumn[];
 }