From: Lucas Di Pentima Date: Wed, 20 Oct 2021 17:05:02 +0000 (-0300) Subject: 18128: Removes WIP logs panel & hides details panel on process view. X-Git-Tag: 2.4.0~25^2~6 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/9f8e9bf57453b23786c9f0deffe0c8a14e28c13c 18128: Removes WIP logs panel & hides details panel on process view. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/src/views/process-panel/process-panel-root.tsx b/src/views/process-panel/process-panel-root.tsx index f30ebf70..6879d997 100644 --- a/src/views/process-panel/process-panel-root.tsx +++ b/src/views/process-panel/process-panel-root.tsx @@ -42,8 +42,7 @@ export type ProcessPanelRootProps = ProcessPanelRootDataProps & ProcessPanelRoot const panelsData: MPVPanelState[] = [ {name: "Info"}, - {name: "Details"}, - {name: "Logs", visible: false}, + {name: "Details", visible: false}, {name: "Subprocesses"}, ]; @@ -63,9 +62,6 @@ export const ProcessPanelRoot = withStyles(styles)(({ process, ...props }: Proce - - -