[arvados-workbench2] updated: 2.4.0-469-g90a80294
git repository hosting
git at public.arvados.org
Wed Dec 21 15:58:13 UTC 2022
Summary of changes:
src/components/icon/icon.tsx | 2 ++
src/views/process-panel/process-panel-root.tsx | 2 +-
src/views/process-panel/process-resource-card.tsx | 9 +++++----
3 files changed, 8 insertions(+), 5 deletions(-)
via 90a80294d2f10e5aa9b7f33adc760ce55bbf4f04 (commit)
via 8fb6982f9d6d4e76cae9c8b16be36c16ce93c148 (commit)
via af03e74a452da0dad7a74d980eaaae93cf69fea7 (commit)
from 1323cfa23f5e3e326927364d4e43f151f5b33427 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 90a80294d2f10e5aa9b7f33adc760ce55bbf4f04
Merge: 1323cfa2 8fb6982f
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Wed Dec 21 09:59:17 2022 -0500
Merge branch 'update-colorscheme'
no issue #
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
commit 8fb6982f9d6d4e76cae9c8b16be36c16ce93c148
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Wed Dec 21 09:58:27 2022 -0500
Remove maxHeight for resources panel
refs #19438
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/src/views/process-panel/process-panel-root.tsx b/src/views/process-panel/process-panel-root.tsx
index 28d2e978..adb6c920 100644
--- a/src/views/process-panel/process-panel-root.tsx
+++ b/src/views/process-panel/process-panel-root.tsx
@@ -163,7 +163,7 @@ export const ProcessPanelRoot = withStyles(styles)(
outputUuid={outputUuid || ""}
/>
</MPVPanelContent>
- <MPVPanelContent forwardProps xs maxHeight='50%' data-cy="process-resources">
+ <MPVPanelContent forwardProps xs data-cy="process-resources">
<ProcessResourceCard
process={process}
nodeInfo={nodeInfo}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list