Fix missing “VDU Console Links” tab in LaunchPad/Viewport for a vnfr 73/1673/1
authorBob Gallagher <bob.gallagher@riftio.com>
Mon, 24 Apr 2017 22:11:32 +0000 (18:11 -0400)
committerBob Gallagher <bob.gallagher@riftio.com>
Mon, 24 Apr 2017 22:11:32 +0000 (18:11 -0400)
Change-Id: I75f99eaf5ff053f505b929edb3973e93b8254652
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>