From a5b073bc1a36b349998d64f8c5dfb93b11337117 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Wed, 13 Feb 2019 16:40:13 +0100 Subject: [PATCH] mgr/dashboard: Sync column style with the rest of the UI Center the checkbox in the column. Signed-off-by: Volker Theile --- .../src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts index 122c7564f8b6f..a8975a1b9bdc8 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts @@ -57,6 +57,7 @@ export class RgwUserListComponent { name: this.i18n('Suspended'), prop: 'suspended', flexGrow: 1, + cellClass: 'text-center', cellTransformation: CellTemplate.checkIcon }, { -- 2.39.5