#refs tooltips
[arvados-workbench2.git] / src / views / process-panel / process-information-card.tsx
index efabe22b01750b5ada922227a38aba649a6dec34..fea94b904341958f2b3edb0a07754a823a97a349 100644 (file)
@@ -89,7 +89,9 @@ export const ProcessInformationCard = withStyles(styles, { withTheme: true })(
                         <IconButton
                             aria-label="More options"
                             onClick={event => onContextMenu(event)}>
-                            <MoreOptionsIcon />
+                            <Tooltip title="More options">
+                                <MoreOptionsIcon />
+                            </Tooltip>
                         </IconButton>
                     </div>
                 }