From 7882f61fe9222b7dcdbb2a93db5d39f3a0c3a268 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 13 Apr 2026 10:41:30 -0500 Subject: Separate related UI elements into separate rows. --- uploader/templates/genotypes/list-genotypes.html | 81 ++++++++++++++---------- 1 file changed, 49 insertions(+), 32 deletions(-) diff --git a/uploader/templates/genotypes/list-genotypes.html b/uploader/templates/genotypes/list-genotypes.html index bcc2597..226cc46 100644 --- a/uploader/templates/genotypes/list-genotypes.html +++ b/uploader/templates/genotypes/list-genotypes.html @@ -55,9 +55,11 @@

Genotype Dataset

+
- {%if dataset is not none%} +{%if dataset is not none%} +
@@ -78,40 +80,54 @@
+
-
-

Genetic Markers

- - - - - - - - - - - - - - {%for marker in markers%} - - - - - - - - - {%endfor%} - -
IndexMarker NameChr - Location (Mb)SourceSource2
+
+

Genetic Markers

+ + +
+ +
+ + + + + + + + + + + + + {%for marker in markers%} + + + + + + + + + {%endfor%} + +
IndexMarker NameChr + Location (Mb)SourceSource2
+
- {%else%} +
+

Assembly Details

+

Maybe include the assembly details here if found to be necessary.

+
+ +{%else%} + +

Your genotype data will need to be under a dataset. Unfortunately there is currently no dataset defined for this population. @@ -128,9 +144,10 @@ title="Create a new genotype dataset for the '{{population.FullName}}' population for the '{{species.FullName}}' species." class="btn btn-primary"> create new genotype dataset

- {%endif%}
+{%endif%} +

Notes

-- cgit 1.4.1