yuchen-ecnu commented on PR #25804: URL: https://github.com/apache/flink/pull/25804#issuecomment-2567699492
> Thanks, @yuchen-ecnu, for your contribution. I ran a WordCount job locally and tested the new web UI. I found that the checkbox `Show Pending Operators (Remaining: 0)` is always displayed regardless of whether there are any pending operators. I prefer not to display it if there are no pending operators. WDYT? > > 1. No pending operators at the beginning. >  > 2. All pending operators have been converted to job vertices. >  Thanks @JunRuiLee , I updated the checkbox display condition to `[showPendingCheckbox]="pendingNodes.length > 0"` to ensure it only appears in relevant cases. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
