Skip to content
Snippets Groups Projects
Commit c0452993 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FIX #15729 TIME 0:40 fix title in history

parent 09895330
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@
<h2>{{element.message}}</h2>
</ion-label>
<ion-note slot="end">
<p [title]=" ('lang.' + element.objectType | translate) + ' : ' + element.objectLabel">{{'lang.resource' | translate}} : {{element.objectId}}</p>
<p [title]="('lang.resource' | translate) + ' : ' + element.objectId">{{'lang.resource' | translate}} : {{('lang.' + element.objectType | translate) + ' : ' + element.objectLabel}}</p>
<p style="float: right; margin-top: 0px">IP : {{element.ip}}</p>
</ion-note>
</ion-item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment