.
This commit is contained in:
@@ -805,4 +805,9 @@ input {
|
|||||||
|
|
||||||
.image-duplicate {
|
.image-duplicate {
|
||||||
border: 2px solid orange;
|
border: 2px solid orange;
|
||||||
|
}
|
||||||
|
|
||||||
|
.finding-box {
|
||||||
|
display: flex;
|
||||||
|
border: 1px dashed gray;
|
||||||
}
|
}
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
<summary>Findings</summary>
|
<summary>Findings</summary>
|
||||||
|
|
||||||
{% for finding in series.findings.all %}
|
{% for finding in series.findings.all %}
|
||||||
<div>
|
<div class="finding-box">
|
||||||
<button class="view-finding-button" data-annotationjson={{finding.annotation_json}} data-viewportjson={{finding.viewport_json}}>Click to view</button>
|
<button class="view-finding-button" data-annotationjson={{finding.annotation_json}} data-viewportjson={{finding.viewport_json}}>Click to view</button>
|
||||||
Findings: {{finding.findings.all|join:", "}}<br />
|
Findings: {{finding.findings.all|join:", "}}<br />
|
||||||
Structure: {{finding.structure.all|join:", "}}<br />
|
Structure: {{finding.structure.all|join:", "}}<br />
|
||||||
|
|||||||
@@ -805,4 +805,9 @@ input {
|
|||||||
|
|
||||||
.image-duplicate {
|
.image-duplicate {
|
||||||
border: 2px solid orange;
|
border: 2px solid orange;
|
||||||
|
}
|
||||||
|
|
||||||
|
.finding-box {
|
||||||
|
display: flex;
|
||||||
|
border: 1px dashed gray;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user