RIFT-14909 Volume op-data enhancement: Populate VDUR with volume ids and correspondign VDUD info
Signed-off-by: Laurence Maultsby <laurence.maultsby@riftio.com>
diff --git a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx
index 41f7007..a577706 100644
--- a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx
+++ b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx
@@ -132,9 +132,9 @@
</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;
- 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}>