From 9adb2516685671b730f620a83ae503bc5ae9bef4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20M=C3=BCller?= Date: Wed, 18 Mar 2020 16:29:43 +0100 Subject: [PATCH] mgr/dashboard: Use of crush node class in crush rule modal MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: https://tracker.ceph.com/issues/44621 Signed-off-by: Stephan Müller --- .../crush-rule-form-modal.component.html | 18 +-- .../crush-rule-form-modal.component.spec.ts | 4 +- .../crush-rule-form-modal.component.ts | 107 ++---------------- .../pool-form/pool-form.component.spec.ts | 37 ++++-- 4 files changed, 46 insertions(+), 120 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/crush-rule-form-modal/crush-rule-form-modal.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/crush-rule-form-modal/crush-rule-form-modal.component.html index c2e99387ffe1f..073b6e40f0af9 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/crush-rule-form-modal/crush-rule-form-modal.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/crush-rule-form-modal/crush-rule-form-modal.component.html @@ -9,11 +9,11 @@