File tree Expand file tree Collapse file tree
src/gitops/components/appset/graph Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ export const getInitialNodes = (
324324} ;
325325
326326export const getInitialEdges = (
327- application : ApplicationSetKind ,
327+ applicationSet : ApplicationSetKind ,
328328 applications : ApplicationKind [ ] ,
329329 nodes : NodeModel [ ] ,
330330 isOwnerReferenceView : boolean ,
@@ -345,11 +345,11 @@ export const getInitialEdges = (
345345 id : 'e-applicationset' ,
346346 type : isOwnerReferenceView ? 'edge' : 'task-edge' ,
347347 source :
348- application . kind +
348+ applicationSet . kind +
349349 '-' +
350- ( application . metadata ?. name ?? '' ) +
350+ ( applicationSet . metadata ?. name ?? '' ) +
351351 '-' +
352- application . metadata ?. namespace ,
352+ applicationSet . metadata ?. namespace ,
353353 target : isOwnerReferenceView ? 'applicationset-node-spacer' : '1-step-group' ,
354354 nodeSeparation : 0 ,
355355 edgeStyle : EdgeStyle . default ,
You can’t perform that action at this time.
0 commit comments