dmvk commented on code in PR #22646:
URL: https://github.com/apache/flink/pull/22646#discussion_r1211718191


##########
flink-runtime-web/web-dashboard/src/app/pages/job/exceptions/job-exceptions.component.html:
##########
@@ -53,6 +54,9 @@
               <td>
                 <div class="name">{{ item.selected.exceptionName }}</div>
               </td>
+              <td>
+                {{ item.selected.failureLabels ? (item.selected.failureLabels 
| json) : 'None' }}

Review Comment:
   🤔 Have you looked into the tag component of NG-zorro (the underlying UI 
library we're using)? That could look quite nice.
   
   https://ng.ant.design/components/tag/en



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