Skip to content

Commit

Permalink
NAS-124340: Show error tooltip for failed tasks (#8998)
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Vasilenko <[email protected]>
  • Loading branch information
bvasilenko and bvasilenko authored Oct 3, 2023
1 parent 85a671d commit 3ee4812
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
class="job-item"
[class.abortable]="job?.state === JobState.Running && job?.abortable"
[class.interactive]="clickable"
[matTooltip]="job?.state === JobState.Failed ? job.error : null"
[matTooltipPosition]="'left'"
>
<div class="job-item-body" (click)="clickable && open()">
<div fxLayout="row" fxLayoutAlign="space-between baseline" fxLayoutGap="8px">
Expand Down

0 comments on commit 3ee4812

Please sign in to comment.