]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Remove the "Last change" column 37615/head
authorAvan Thakkar <athakkar@redhat.com>
Fri, 9 Oct 2020 09:27:56 +0000 (14:57 +0530)
committerAvan Thakkar <athakkar@redhat.com>
Fri, 9 Oct 2020 11:56:45 +0000 (17:26 +0530)
Fixes: https://tracker.ceph.com/issues/47807
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
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/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts

index e6a639f29282c7035919bacc598979a93b4917cb..4a6eca8298cf4047f77cbe12b30241cfa3d81d0e 100644 (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`,