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:
Tatjana Dehler 2020-10-21 18:32:55 +02:00 committed by GitHub
commit 71dd328cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`,