Revert "RED-6381 - Display titles of file attributes in workflow view"
This reverts commit 692fce549e2e58d63aff4a0b4a56f756092d4ef6.
This commit is contained in:
parent
9f71c120a0
commit
ab07929942
@ -13,9 +13,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngFor="let config of displayedAttributes" class="small-label mt-8 attribute">
|
<div *ngFor="let config of displayedAttributes" class="small-label mt-4">
|
||||||
<b> {{ config.label }} </b>
|
<b> {{ file.fileAttributes.attributeIdToValue[config.id] || '-' }} </b>
|
||||||
<span> {{ file.fileAttributes.attributeIdToValue[config.id] || '-' }} </span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<redaction-file-workload [file]="file"></redaction-file-workload>
|
<redaction-file-workload [file]="file"></redaction-file-workload>
|
||||||
|
|||||||
@ -10,22 +10,6 @@
|
|||||||
&:hover redaction-file-actions {
|
&:hover redaction-file-actions {
|
||||||
display: initial;
|
display: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attribute {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
b {
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
|
|
||||||
b,
|
|
||||||
span {
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.details-wrapper {
|
.details-wrapper {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user