From b198311b2a8fd6593777d7c76d7fe66538d47431 Mon Sep 17 00:00:00 2001 From: Bob Gallagher Date: Mon, 24 Apr 2017 18:11:32 -0400 Subject: [PATCH] =?utf8?q?Fix=20missing=20=E2=80=9CVDU=20Console=20Links?= =?utf8?q?=E2=80=9D=20tab=20in=20LaunchPad/Viewport=20for=20a=20vnfr?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I75f99eaf5ff053f505b929edb3973e93b8254652 Signed-off-by: Bob Gallagher --- skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx index ea3eb2f2a..f9a400b86 100644 --- a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx +++ b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx @@ -369,11 +369,11 @@ export default class RecordCard extends React.Component { consoleUrlsTabTitle = 'VDU Console Links'; tabList.push( - {consoleUrlsTabTitle} + {consoleUrlsTabTitle} ); tabPanels.push( - +
{consoleUrlsComponent}
-- 2.17.1