]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Hide name of ECP in detail view 35051/head
authorStephan Müller <smueller@suse.com>
Tue, 12 May 2020 14:47:24 +0000 (16:47 +0200)
committerStephan Müller <smueller@suse.com>
Tue, 2 Jun 2020 08:38:06 +0000 (10:38 +0200)
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 <smueller@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html

index 2a3cef163470d366b29e6a626ca9866740c8f76d..1de6332b70ce10d265db1db28ca7c2666d06bbcb 100644 (file)
                        heading="Profile"
                        class="ecp-info">
                     <cd-table-key-value [renderObjects]="true"
+                                        [hideKeys]="['name']"
                                         [data]="form.getValue('erasureProfile')"
                                         [autoReload]="false">
                     </cd-table-key-value>