This commit is contained in:
Ross
2021-12-01 19:22:53 +00:00
parent 433345d67e
commit 42000ec65a
3 changed files with 11 additions and 1 deletions
+5
View File
@@ -805,4 +805,9 @@ input {
.image-duplicate {
border: 2px solid orange;
}
.finding-box {
display: flex;
border: 1px dashed gray;
}
+1 -1
View File
@@ -21,7 +21,7 @@
<summary>Findings</summary>
{% 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>
Findings: {{finding.findings.all|join:", "}}<br />
Structure: {{finding.structure.all|join:", "}}<br />
+5
View File
@@ -805,4 +805,9 @@ input {
.image-duplicate {
border: 2px solid orange;
}
.finding-box {
display: flex;
border: 1px dashed gray;
}