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>
(cherry picked from commit
1fca23796a199d254b5aa577a41a0703b48d2d99)
heading="Profile"
class="ecp-info">
<cd-table-key-value [renderObjects]="true"
+ [hideKeys]="['name']"
[data]="form.getValue('erasureProfile')"
[autoReload]="false">
</cd-table-key-value>