From 08239ba21184d888f5633a8d9d6c24f4fd963218 Mon Sep 17 00:00:00 2001 From: Avan Thakkar Date: Fri, 9 Oct 2020 14:57:56 +0530 Subject: [PATCH] mgr/dashboard: Remove the "Last change" column Fixes: https://tracker.ceph.com/issues/47807 Signed-off-by: Avan Thakkar Removing the "Last change" column from the Pool table, as info is already visible in the Pool's details and it's not a relevant info to be exposed in the table --- .../src/app/ceph/pool/pool-list/pool-list.component.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts index e6a639f29282..4a6eca8298cf 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts @@ -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`, -- 2.47.3