From: Bob Gallagher Date: Tue, 25 Apr 2017 13:16:37 +0000 (-0400) Subject: Merge branch '15914-vdu-console-link-tab' into v2.0 X-Git-Tag: v2.0.0 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=commitdiff_plain;h=refs%2Ftags%2Fv2.0.0;hp=f9a2688a7553a59ce700ea5edb859f89eecb8a29 Merge branch '15914-vdu-console-link-tab' into v2.0 * 15914-vdu-console-link-tab: Fix missing “VDU Console Links” tab in LaunchPad/Viewport for a vnfr Change-Id: Ibdb60e92ca1dca97f7ae9cc35cfa18c36e58f2ba 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}