From 2a21eac01019d1af603aa8e0479d1b91f51bb02b Mon Sep 17 00:00:00 2001 From: Pierre GIRAUD Date: Fri, 17 Mar 2023 09:29:10 +0100 Subject: [PATCH] Don't use collapsible accordion for workers detail This doesn't work well with the new d3 layout because we would need to compute the layout again on panel collapse/expand, and this is a pain in the ass. Instead we use a list with an vertical scroll. Fixes #566 --- src/components/PlanNodeDetail.vue | 38 +++++++++++-------------------- 1 file changed, 13 insertions(+), 25 deletions(-) diff --git a/src/components/PlanNodeDetail.vue b/src/components/PlanNodeDetail.vue index e21674c3..f5e960c2 100644 --- a/src/components/PlanNodeDetail.vue +++ b/src/components/PlanNodeDetail.vue @@ -543,34 +543,22 @@ watch(activeTab, () => { -
+