From a167f88c7e729d494ed2e27670cdf575795a21d1 Mon Sep 17 00:00:00 2001 From: KIRAN KASHALKAR Date: Wed, 31 May 2017 13:35:45 -0400 Subject: [PATCH] RIFT-16858: Launchpad Viewport VNFD: Volumes tab does not list all volumes Signed-off-by: KIRAN KASHALKAR --- skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx index 0d58f7308..ddb4779dd 100644 --- a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx +++ b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx @@ -156,9 +156,9 @@ export default class RecordCard extends React.Component { return p; } volumesHTML.push( -
+
- VOLUME + VOLUME ({vdur['name']})
{ -- 2.17.1