Skip to content

Commit

Permalink
[front: editLogs] accessMonitoring style + label
Browse files Browse the repository at this point in the history
  • Loading branch information
t8g committed Sep 8, 2017
1 parent 4e782e4 commit 706bf6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/src/app/log-table/log-table.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
<td *ngIf="!hideItemCol"></td>
<td [class.bleft]="log._open">{{ 'editLogs.actions.' + diff.editType | translate }}</td>
<td>{{ diff._label }}</td>
<td>{{ diff.accessMonitoring }}</td>
<td colspan="2">
<pre style="color:red;" [innerHTML]="diff._beforeLabelled$ | async"></pre>
<pre style="color:green;" [innerHTML]="diff._afterLabelled$ | async"></pre>
Expand Down
3 changes: 1 addition & 2 deletions client/src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
"who": "Modifié par",
"date": "Date",
"action": "Action",
"accessMonitoring": "Champs surveillés",
"noAccessMonitoring": "Aucun",
"accessMonitoring": "Tag",
"role": "Rôle",
"lab": "Organisation",
"fields": "Champs modifiés",
Expand Down

0 comments on commit 706bf6b

Please sign in to comment.