From 24f3b5b7fe2a4b8f60271e7c0860e6807b2a1317 Mon Sep 17 00:00:00 2001 From: Avan Thakkar Date: Mon, 22 Jun 2020 23:38:16 +0530 Subject: [PATCH] mgr/dashboard: fix UI for Device class column in OSDs list Fixes: https://tracker.ceph.com/issues/46144 Signed-off-by: Avan Thakkar --- .../src/app/ceph/cluster/osd/osd-list/osd-list.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.ts index 580f82f20660..3222e0c3a7a7 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.ts @@ -295,7 +295,7 @@ export class OsdListComponent extends ListWithDetails implements OnInit { { prop: 'tree.device_class', name: this.i18n('Device class'), - flexGrow: 1, + flexGrow: 1.2, cellTransformation: CellTemplate.badge, customTemplateConfig: { map: { -- 2.47.3