mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
Merge pull request #37615 from rhcs-dashboard/remove-last-change-column
mgr/dashboard: Remove the "Last change" column in Pools table Reviewed-by: Alfonso Martínez <almartin@redhat.com> Reviewed-by: Ernesto Puerta <epuertat@redhat.com> Reviewed-by: Nizamudeen A <nia@redhat.com> Reviewed-by: Tiago Melo <tmelo@suse.com>
This commit is contained in:
commit
71dd328cec
@ -143,12 +143,6 @@ export class PoolListComponent extends ListWithDetails implements OnInit {
|
||||
flexGrow: 2,
|
||||
cellClass: 'text-right'
|
||||
},
|
||||
{
|
||||
prop: 'last_change',
|
||||
name: $localize`Last Change`,
|
||||
flexGrow: 2,
|
||||
cellClass: 'text-right'
|
||||
},
|
||||
{
|
||||
prop: 'erasure_code_profile',
|
||||
name: $localize`Erasure Coded Profile`,
|
||||
|
Loading…
Reference in New Issue
Block a user