X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2FrecordViewer%2FrecordCard.jsx;h=88ff709a44c52e7e0f5939a56843f5a50ac22593;hb=17841426d5459d4960115a20f6480e65f7cf8c08;hp=f69c2ba61a5cf7d155abb58de875089c7a1886c6;hpb=a75ac3eb67ef3730e787d766224800c81f82a9fa;p=osm%2FUI.git diff --git a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx index f69c2ba61..88ff709a4 100644 --- a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx +++ b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx @@ -106,7 +106,7 @@ export default class RecordCard extends React.Component { //That match the currently selected job id if(v.id == cardData.id) { return v.primitive.map(function(p, i) { - return + return }) } }) @@ -146,7 +146,7 @@ export default class RecordCard extends React.Component { p.push(
{k}
+ fontWeight: 'bold', textTransform: 'uppercase', color: '#5b5b5b'}}>{k}
{v.constructor.name != 'Object' ? v : buildProperties(v)}
) @@ -208,7 +208,7 @@ export default class RecordCard extends React.Component { //That match the currently selected job id if(v.id == cardData.id) { return v.primitive.map(function(p, i) { - return + return }) } })