From: Volker Theile Date: Wed, 13 Feb 2019 15:40:13 +0000 (+0100) Subject: mgr/dashboard: Sync column style with the rest of the UI X-Git-Tag: v14.1.0~116^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F26407%2Fhead;p=ceph.git mgr/dashboard: Sync column style with the rest of the UI Center the checkbox in the column. Signed-off-by: Volker Theile --- 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 122c7564f8b6..a8975a1b9bdc 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 }, {