From: Bob Gallagher Date: Mon, 24 Apr 2017 22:11:32 +0000 (-0400) Subject: Fix missing “VDU Console Links” tab in LaunchPad/Viewport for a vnfr X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=commitdiff_plain;h=b198311b2a8fd6593777d7c76d7fe66538d47431;hp=97a42df90e3612d2342f4ae2bbcf19879830313e Fix missing “VDU Console Links” tab in LaunchPad/Viewport for a vnfr Change-Id: I75f99eaf5ff053f505b929edb3973e93b8254652 Signed-off-by: Bob Gallagher --- 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}