ferenc-csaky commented on code in PR #27291:
URL: https://github.com/apache/flink/pull/27291#discussion_r2587690417
##########
flink-runtime-web/web-dashboard/src/app/pages/task-manager/list/task-manager-list.component.html:
##########
@@ -32,6 +32,7 @@
<th [nzSortFn]="sortHeartBeatFn" [nzWidth]="'160px'">Last
Heartbeat</th>
<th [nzSortFn]="sortSlotsNumberFn" [nzWidth]="'90px'">All Slots</th>
<th [nzSortFn]="sortFreeSlotsFn" [nzWidth]="'100px'">Free Slots</th>
+ <th [nzSortFn]="sortTasksFn" [nzWidth]="'100px'">Tasks</th>
Review Comment:
I'd probably use `Assigned Tasks` as the table header too. Same for the
other components.
--
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]