16068: Reorganize procss details attributes, add properties
[arvados-workbench2.git] / src / views / process-panel / process-details-card.tsx
index 59d0b61b20f18e2a2a1b8ee6cd581819668f98be..21563c16aa01ecdbb735d922b0a5f9feab46f99d 100644 (file)
@@ -109,7 +109,7 @@ export const ProcessDetailsCard = withStyles(styles)(
                     </div>
                 } />
             <CardContent className={classes.content}>
-                <ProcessDetailsAttributes request={process.containerRequest} twoCol />
+                <ProcessDetailsAttributes request={process.containerRequest} twoCol hideProcessPanelRedundantFields />
             </CardContent>
         </Card>;
     }