davidradl commented on code in PR #27593:
URL: https://github.com/apache/flink/pull/27593#discussion_r2812855656


##########
flink-runtime-web/web-dashboard/src/app/components/dagre/components/node/node.component.html:
##########
@@ -33,6 +33,9 @@ <h4 class="content-wrap">
         <xhtml:div class="detail">{{ operator }}</xhtml:div>
         <xhtml:div class="detail description" *ngIf="!pending">{{ description 
}}</xhtml:div>
         <xhtml:div class="node-label">Parallelism: {{ parallelism 
}}</xhtml:div>
+        <xhtml:div class="node-label" *ngIf="slotSharingGroupName && !pending">

Review Comment:
   I cannot see the slotSharingGroupId here. It would make sense to put that 
out as well.  



-- 
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]

Reply via email to