X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/837e79c83399108aa0492f163205edb952f0ab71..a533e690eaf32ab9c1357b8d87d46ad3378a1648:/src/views/process-panel/process-information-card.tsx diff --git a/src/views/process-panel/process-information-card.tsx b/src/views/process-panel/process-information-card.tsx index fea94b90..08131266 100644 --- a/src/views/process-panel/process-information-card.tsx +++ b/src/views/process-panel/process-information-card.tsx @@ -70,7 +70,7 @@ export interface ProcessInformationCardDataProps { onContextMenu: (event: React.MouseEvent) => void; } -type ProcessInformationCardProps = ProcessInformationCardDataProps & WithStyles; +type ProcessInformationCardProps = ProcessInformationCardDataProps & WithStyles; export const ProcessInformationCard = withStyles(styles, { withTheme: true })( ({ classes, process, onContextMenu, theme }: ProcessInformationCardProps) => @@ -86,13 +86,13 @@ export const ProcessInformationCard = withStyles(styles, { withTheme: true })( - onContextMenu(event)}> - + + onContextMenu(event)}> - - + + } title={