From 9f8e9bf57453b23786c9f0deffe0c8a14e28c13c Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Wed, 20 Oct 2021 14:05:02 -0300 Subject: [PATCH] 18128: Removes WIP logs panel & hides details panel on process view. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- src/views/process-panel/process-panel-root.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 - - - -- 2.30.2