pending analysis indicator
This commit is contained in:
parent
d538df78f6
commit
0bb2cd1fb3
@ -3,7 +3,8 @@
|
||||
|
||||
<div class="flex-1">
|
||||
<div>
|
||||
<strong>{{ annotation.typeLabel | translate }}</strong>
|
||||
<strong>{{ annotation.typeLabel | translate }}</strong
|
||||
> <strong *ngIf="annotation.pending" class="pending-analysis">{{ 'annotation.pending' | translate }}</strong>
|
||||
</div>
|
||||
<div *ngIf="annotation.type !== 'manual' && !annotation.isHighlight">
|
||||
<strong>
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -159,6 +159,9 @@
|
||||
"dossier-templates": "Dossier Templates",
|
||||
"settings": "Settings"
|
||||
},
|
||||
"annotation": {
|
||||
"pending": "(Pending Analysis)"
|
||||
},
|
||||
"annotation-actions": {
|
||||
"accept-recommendation": {
|
||||
"label": "Accept Recommendation"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user