21621: Add copy button to virtual code snippet for io panel json tab
[arvados.git] / services / workbench2 / src / views / process-panel / process-io-card.tsx
index 6d60b8cf2219455dc362a91356e271c90b3cc743..f4b69094f48fa04b769aeb2da691af3b1aa47410 100644 (file)
@@ -600,6 +600,7 @@ const ProcessIORaw = withStyles(styles)(({ data, hidden, classes }: ProcessIORaw
             <DefaultVirtualCodeSnippet
                 lines={JSON.stringify(data, null, 2).split('\n')}
                 linked
+                copyButton
             />
         </Paper>
     </div>