From: Patrick Nawracay Date: Tue, 18 Jun 2019 11:57:46 +0000 (+0200) Subject: mgr/dashboard: Interlock `fast-diff` and `object-map` X-Git-Tag: v15.1.0~2314^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dfeba0b1399f13bca9f9c2fe2a77812a33f1e2bd;p=ceph.git mgr/dashboard: Interlock `fast-diff` and `object-map` Fixes: http://tracker.ceph.com/issues/39451 Signed-off-by: Patrick Nawracay --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-feature.interface.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-feature.interface.ts new file mode 100644 index 000000000000..c12975f05f1f --- /dev/null +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-feature.interface.ts @@ -0,0 +1,9 @@ +export interface RbdImageFeature { + desc: string; + allowEnable: boolean; + allowDisable: boolean; + requires?: string; + interlockedWith?: string; + key?: string; + initDisabled?: boolean; +} diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html index b567ddd96eae..2a458b87fa47 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html @@ -184,7 +184,7 @@