Skip to content

Commit

Permalink
CST-12820 QAEvent Service Name: to Service URL
Browse files Browse the repository at this point in the history
  • Loading branch information
frabacche committed Jan 17, 2024
1 parent 7ad2e1e commit a878696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h4 class="border-bottom pb-2">
[routerLink]="['/items', eventElement?.target?.id]">{{eventElement.title}}</a>
<span *ngIf="!eventElement?.target">{{eventElement.title}}</span>
<div *ngIf="eventElement?.event?.message?.serviceId">
<span class="small pr-1">{{'quality-assurance.event.table.event.message.serviceName' | translate}}</span>
<span class="small pr-1">{{'quality-assurance.event.table.event.message.serviceUrl' | translate}}</span>
<span class="badge badge-info">{{eventElement.event.message.serviceId}}</span>
</div>
<div *ngIf="eventElement?.event?.message?.href" class="d-flex align-items-center">
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3404,7 +3404,7 @@

"quality-assurance.event.table.more": "Show more",

"quality-assurance.event.table.event.message.serviceName": "Service Name:",
"quality-assurance.event.table.event.message.serviceUrl": "Service URL:",

"quality-assurance.event.table.event.message.link": "Link:",

Expand Down

0 comments on commit a878696

Please sign in to comment.