Merge branch 'master' into 14431-metadata
authorPawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
Fri, 9 Nov 2018 09:06:55 +0000 (10:06 +0100)
committerPawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
Fri, 9 Nov 2018 09:06:55 +0000 (10:06 +0100)
refs #14431

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

1  2 
src/views/process-panel/process-information-card.tsx

index 08131266fe69d0af6cf2032f0876c17e8dbda98a,7fcabcbb094f279580b08f8afe01406ede0af290..532af6964ebff5f363f26a651e7e3e4ea0dbfe3f
@@@ -75,6 -75,7 +75,6 @@@ type ProcessInformationCardProps = Proc
  export const ProcessInformationCard = withStyles(styles, { withTheme: true })(
      ({ classes, process, onContextMenu, theme }: ProcessInformationCardProps) =>
          <Card className={classes.card}>
 -        {console.log(process)}
              <CardHeader
                  classes={{
                      content: classes.title,
@@@ -86,7 -87,7 +86,7 @@@
                          <Chip label={getProcessStatus(process)}
                              className={classes.chip}
                              style={{ backgroundColor: getProcessStatusColor(getProcessStatus(process), theme as ArvadosTheme) }} />
-                         <Tooltip title="More options">
+                         <Tooltip title="More options" disableFocusListener>
                              <IconButton
                                  aria-label="More options"
                                  onClick={event => onContextMenu(event)}>