From 22383d8a060d395d3857619be2cb085c0b5862e7 Mon Sep 17 00:00:00 2001 From: Samuel Padgett Date: Thu, 13 Jun 2019 08:25:01 -0400 Subject: [PATCH] Bug 1720161: Avoid overlapping text in machine config list Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1720161 --- frontend/public/components/machine-config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/components/machine-config.tsx b/frontend/public/components/machine-config.tsx index 15b15214110..2a0e1b142e4 100644 --- a/frontend/public/components/machine-config.tsx +++ b/frontend/public/components/machine-config.tsx @@ -64,7 +64,7 @@ const MachineConfigRow: React.SFC = ({obj}) =>
-
+
{ _.get(obj, ['metadata', 'annotations', 'machineconfiguration.openshift.io/generated-by-controller-version'], '-')}