Skip to content

Commit 5e2e876

Browse files
committed
#521 Fix the analyzer name in job events in the flow
1 parent 22b9912 commit 5e2e876

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<div class="flow-observable-job">
2-
<div class="flow-item-title wrap">
2+
<div class="flow-item-title wrap">
33
<i class="glyphicon glyphicon-cog"></i>
44
<span ng-if="!base.object.endDate">
5-
Job: <em>{{base.object.analyzerId}}</em> started
5+
Job: <em>{{base.object.analyzerName || base.object.analyzerId}}</em> started
66
</span>
77
<span ng-if="base.object.endDate">
8-
Job <em>{{base.object.analyzerId}}</em> terminated
8+
Job <em>{{base.object.analyzerName || base.object.analyzerId}}</em> terminated
99
</span>
1010
</div>
1111
<div class="flow-item-updates wrap">
1212
<div>status: <em>{{base.object.status}}</em></div>
1313
<div>startDate: <em>{{base.object.startDate | showDate}}</em></div>
14-
<div ng-if="base.object.endDate">endDate: <em>{{base.object.endDate | showDate}}</em></div>
14+
<div ng-if="base.object.endDate">endDate: <em>{{base.object.endDate | showDate}}</em></div>
1515
</div>
1616
</div>

0 commit comments

Comments
 (0)