diff --git a/ui/src/app/shared/components/graph/graph-panel.tsx b/ui/src/app/shared/components/graph/graph-panel.tsx index e9b07a3cc28b..8840527ea6f4 100644 --- a/ui/src/app/shared/components/graph/graph-panel.tsx +++ b/ui/src/app/shared/components/graph/graph-panel.tsx @@ -134,16 +134,16 @@ export const GraphPanel = (props: Props) => { ]} /> setHorizontal(s => !s)} title='Horizontal/vertical layout'> - + setNodeSize(s => s * 1.2)} title='Zoom in'> - + setNodeSize(s => s / 1.2)} title='Zoom out'> - + setFast(s => !s)} title='Use faster, but less pretty renderer' className={fast ? 'active' : ''}> - + {props.options}