Skip to content

Commit

Permalink
The diagram view includes 'Parallel' for parallel-aware nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarneman authored and pgiraud committed Mar 26, 2024
1 parent 4c53fa1 commit bcd9996
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/DiagramRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const {
estimateFactorPercent,
estimateFactorTooltip,
ioTooltip,
nodeName,
rowsTooltip,
timeTooltip,
} = useNode(plan, node, viewOptions)
Expand Down Expand Up @@ -117,7 +118,7 @@ watch(
:index="index"
dense
></level-divider>
{{ node[NodeProp.NODE_TYPE] }}
{{ nodeName }}
</td>
<td>
<!-- time -->
Expand Down

0 comments on commit bcd9996

Please sign in to comment.