Merge branch '15914-vdu-console-link-tab' into v2.0 v2.0.0
authorBob Gallagher <bob.gallagher@riftio.com>
Tue, 25 Apr 2017 13:16:37 +0000 (09:16 -0400)
committerBob Gallagher <bob.gallagher@riftio.com>
Tue, 25 Apr 2017 14:00:22 +0000 (10:00 -0400)
* 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 <bob.gallagher@riftio.com>
skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx

index ea3eb2f..f9a400b 100644 (file)
@@ -369,11 +369,11 @@ export default class RecordCard extends React.Component {
           consoleUrlsTabTitle = 'VDU Console Links';
 
           tabList.push(
-            <Tab key={cardData.id + '-cp'}>{consoleUrlsTabTitle}</Tab>
+            <Tab key={cardData.id + '-vducl'}>{consoleUrlsTabTitle}</Tab>
           );
 
           tabPanels.push(
-            <TabPanel key={cardData.id + '-cp-panel'}>
+            <TabPanel key={cardData.id + '-vducl-panel'}>
               <div className="consoleUrls">
                 {consoleUrlsComponent}
               </div>