Skip to content
Snippets Groups Projects
Commit 9652ae60 authored by Amine FILALI's avatar Amine FILALI Committed by bouhaddouzay
Browse files

[US RABB-997] Add event Outmessage

parent f3428ac7
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
<vitamui-common-event-type-label [key]="event.type"></vitamui-common-event-type-label> -
<span class="history-event-outcome">{{ event.outcome }}</span>
</div>
<div class="history-event-outmessage">{{ event.outMessage }}</div>
<div class="history-event-details" *ngIf="event.data !== '{}'">{{ event.data }}</div>
</div>
</ng-container>
......@@ -38,6 +38,10 @@
color: #474d4a;
font-weight: bold;
}
.history-event-outmessage {
font-weight: 400;
}
}
// Code to display the circles and line
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment