refs #1900 Set selected node and fetch clients on menu click in GroupsComponent
testing/ogGui-multibranch/pipeline/head This commit looks good
Details
testing/ogGui-multibranch/pipeline/head This commit looks good
Details
parent
c7d6e41874
commit
824e55102e
|
@ -373,6 +373,8 @@ export class GroupsComponent implements OnInit, OnDestroy {
|
||||||
|
|
||||||
onMenuClick(event: Event, node: any): void {
|
onMenuClick(event: Event, node: any): void {
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
|
this.selectedNode = node;
|
||||||
|
this.fetchClientsForNode(node);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue