]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.model.ts
import ceph quincy 17.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / block / rbd-form / rbd-form.model.ts
index 36c7b5ea86950b41ee1a766fc7668b27fa59d23a..262d79c95baec30e3398582c40f83700577cadf9 100644 (file)
@@ -17,4 +17,10 @@ export class RbdFormModel {
 
   /* Deletion process */
   source?: string;
+
+  enable_mirror?: boolean;
+  mirror_mode?: string;
+
+  schedule_interval: string;
+  start_time: string;
 }