pending analysis indicator

This commit is contained in:
Timo Bejan 2022-03-21 12:39:56 +02:00
parent d538df78f6
commit 0bb2cd1fb3
3 changed files with 11 additions and 1 deletions

View File

@ -3,7 +3,8 @@
<div class="flex-1">
<div>
<strong>{{ annotation.typeLabel | translate }}</strong>
<strong>{{ annotation.typeLabel | translate }}</strong
>&nbsp;<strong *ngIf="annotation.pending" class="pending-analysis">{{ 'annotation.pending' | translate }}</strong>
</div>
<div *ngIf="annotation.type !== 'manual' && !annotation.isHighlight">
<strong>

View File

@ -1,3 +1,5 @@
@use 'variables';
.details {
display: flex;
position: relative;
@ -13,3 +15,7 @@ redaction-type-annotation-icon {
margin-top: 6px;
margin-right: 10px;
}
.pending-analysis {
color: variables.$red-1;
}

View File

@ -159,6 +159,9 @@
"dossier-templates": "Dossier Templates",
"settings": "Settings"
},
"annotation": {
"pending": "(Pending Analysis)"
},
"annotation-actions": {
"accept-recommendation": {
"label": "Accept Recommendation"