Commit 5e2e876 1 parent 22b9912 commit 5e2e876 Copy full SHA for 5e2e876
File tree 1 file changed +4
-4
lines changed
ui/app/views/directives/flow
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="flow-observable-job ">
2
- < div class ="flow-item-title wrap ">
2
+ < div class ="flow-item-title wrap ">
3
3
< i class ="glyphicon glyphicon-cog "> </ i >
4
4
< 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
6
6
</ span >
7
7
< 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
9
9
</ span >
10
10
</ div >
11
11
< div class ="flow-item-updates wrap ">
12
12
< div > status: < em > {{base.object.status}}</ em > </ div >
13
13
< 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 >
15
15
</ div >
16
16
</ div >
You can’t perform that action at this time.
0 commit comments