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 e6a639f2928..4a6eca8298c 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`,