From 7dd03e6d75482c2c967fb63c090e35b3fb5634a4 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 (cherry picked from commit 1fca23796a199d254b5aa577a41a0703b48d2d99) --- .../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 10c0a114aa6..7f0b57bfbf9 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 @@ -254,6 +254,7 @@ heading="Profile" class="ecp-info"> -- 2.47.3