From 1fca23796a199d254b5aa577a41a0703b48d2d99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20M=C3=BCller?= Date: Tue, 12 May 2020 16:47:24 +0200 Subject: [PATCH] mgr/dashboard: Hide name of ECP in detail view MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit As showing the name of an erasure code profile is pretty redundant beneath the selection of the ECP by name, it's hidden. It's also amended in order to have an equal behavior with the crush rule detail view. Fixes: https://tracker.ceph.com/issues/44620 Signed-off-by: Stephan Müller --- .../src/app/ceph/pool/pool-form/pool-form.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html index 2a3cef16347..1de6332b70c 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html @@ -251,6 +251,7 @@ heading="Profile" class="ecp-info"> -- 2.47.3