From: Avan Thakkar Date: Fri, 9 Oct 2020 09:27:56 +0000 (+0530) Subject: mgr/dashboard: Remove the "Last change" column X-Git-Tag: v16.1.0~800^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=08239ba21184d888f5633a8d9d6c24f4fd963218;p=ceph.git 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 --- 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`,