From: Laurence Maultsby Date: Wed, 19 Oct 2016 19:11:29 +0000 (-0400) Subject: RIFT-14909 Volume op-data enhancement: Populate VDUR with volume ids and correspondig... X-Git-Tag: v1.1.0~36 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=commitdiff_plain;h=579ee20c3c320cbf361f5fd52575a4e939bb7159 RIFT-14909 Volume op-data enhancement: Populate VDUR with volume ids and correspondign VDUD info Signed-off-by: Laurence Maultsby --- diff --git a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx index 41f70073d..a57770629 100644 --- a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx +++ b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx @@ -132,9 +132,9 @@ export default class RecordCard extends React.Component { ) notice =
  • * If a separate browser window does not open, please check if the popup was blocked and allow it.
  • - 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(