SERVER-53532 Add edge list to lipdeps visualizer
This commit is contained in:
committed by
Evergreen Agent
parent
c9bbd1cfae
commit
557741f2a9
@@ -65,7 +65,7 @@ const AccordionDetails = withStyles((theme) => ({
|
||||
},
|
||||
}))(MuiAccordionDetails);
|
||||
|
||||
const AlgorithmExpander = ({ loading, width }) => {
|
||||
const AlgorithmExpander = ({ loading, width, transPathFrom, transPathTo }) => {
|
||||
const classes = useStyles();
|
||||
|
||||
return (
|
||||
@@ -93,7 +93,7 @@ const AlgorithmExpander = ({ loading, width }) => {
|
||||
<Typography className={classes.heading}>Graph Paths</Typography>
|
||||
</AccordionSummary>
|
||||
<AccordionDetails>
|
||||
<GraphPaths datawidth={width} />
|
||||
<GraphPaths datawidth={width} transPathFrom={transPathFrom} transPathTo={transPathTo}/>
|
||||
</AccordionDetails>
|
||||
</Accordion>
|
||||
</Paper>
|
||||
|
||||
Reference in New Issue
Block a user