RocMarshal commented on code in PR #27291:
URL: https://github.com/apache/flink/pull/27291#discussion_r2588554346


##########
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:
   The suggested change would be done  after a stable conclusion about the 
discussion.



##########
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:
   Thx! The suggested change would be done  after a stable conclusion about the 
discussion.



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