RIFT-14909 Volume op-data enhancement: Populate VDUR with volume ids and correspondig... 73/773/1
authorLaurence Maultsby <laurence.maultsby@riftio.com>
Wed, 19 Oct 2016 19:11:29 +0000 (15:11 -0400)
committerLaurence Maultsby <laurence.maultsby@riftio.com>
Fri, 9 Dec 2016 20:19:12 +0000 (15:19 -0500)
Signed-off-by: Laurence Maultsby <laurence.maultsby@riftio.com>
skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx

index 41f7007..a577706 100644 (file)
@@ -132,9 +132,9 @@ export default class RecordCard extends React.Component {
               </li>
             )
             notice = <li className='notice'>* If a separate browser window does not open, please check if the popup was blocked and allow it.</li>
               </li>
             )
             notice = <li className='notice'>* If a separate browser window does not open, please check if the popup was blocked and allow it.</li>
-            if(vdur.hasOwnProperty('volumer') && (vdur.volumer.length > 0)) {
+            if(vdur.hasOwnProperty('volumes') && (vdur.volumes.length > 0)) {
               displayVolumesTab = true;
               displayVolumesTab = true;
-              vdur.volumer.map((volume, vi) => {
+              vdur.volumes.map((volume, vi) => {
                 let html = Prism.highlight(JSON.stringify(volume), Prism.languages.javascript, 'javascript');
                 volumesHTML.push(
                     <pre className="language-js" key={index + '-' + vi}>
                 let html = Prism.highlight(JSON.stringify(volume), Prism.languages.javascript, 'javascript');
                 volumesHTML.push(
                     <pre className="language-js" key={index + '-' + vi}>