vthinkxie commented on a change in pull request #9798: [FLINK-14176][web]Web Ui
add log url for taskmanager of vertex
URL: https://github.com/apache/flink/pull/9798#discussion_r335804160
##########
File path:
flink-runtime-web/web-dashboard/src/app/pages/job/overview/taskmanagers/job-overview-drawer-taskmanagers.component.html
##########
@@ -40,7 +41,13 @@
</thead>
<tbody>
<tr *ngFor="let taskManager of listOfTaskManager;
trackBy:trackTaskManagerBy;">
- <td nzLeft="0px">{{ taskManager.host }}</td>
+ <td nzLeft="0px" nzWidth="160px">{{ taskManager.host }}</td>
Review comment:
```suggestion
<td nzLeft="0px">{{ taskManager.host }}</td>
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services