yuchen-ecnu commented on code in PR #25804:
URL: https://github.com/apache/flink/pull/25804#discussion_r1904353266


##########
flink-runtime-web/web-dashboard/src/app/components/dagre/dagre.component.ts:
##########
@@ -72,7 +74,10 @@ export class DagreComponent extends NzGraph {
   @ViewChild('overlayElement', { static: true }) overlayElement: ElementRef;
   @Input() xCenter = 2;
   @Input() yCenter = 2;
+  @Input() showPendingCheckbox: boolean = false;
+  @Input() pendingOperators: number = 0;
   @Output() nodeClick = new EventEmitter<LayoutNode | null>();
+  @Output() checkboxClicked = new EventEmitter<boolean>();

Review Comment:
   Thanks @Laffery , it makes the `Output` clearly. Revised.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to