From 7e54ea61c374e15df31c41c1ca87a001acd85242 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 17 Sep 2024 12:46:31 -0500 Subject: UI Improvements: Enumerate data in tables. --- uploader/templates/populations/list-populations.html | 2 ++ uploader/templates/samples/list-samples.html | 2 ++ uploader/templates/species/list-species.html | 2 ++ 3 files changed, 6 insertions(+) (limited to 'uploader/templates') diff --git a/uploader/templates/populations/list-populations.html b/uploader/templates/populations/list-populations.html index c83c18c..7c7145f 100644 --- a/uploader/templates/populations/list-populations.html +++ b/uploader/templates/populations/list-populations.html @@ -51,6 +51,7 @@ Populations for {{species.FullName}} + # Name Full Name Description @@ -60,6 +61,7 @@ {%for population in populations%} + {{population["sequence_number"]}} + # Name Auxilliary Name Symbol @@ -83,6 +84,7 @@ {%for sample in samples%} + {{sample.sequence_number}} {{sample.Name}} {{sample.Name2}} {{sample.Symbol or "-"}} diff --git a/uploader/templates/species/list-species.html b/uploader/templates/species/list-species.html index d3dae7f..85c9d40 100644 --- a/uploader/templates/species/list-species.html +++ b/uploader/templates/species/list-species.html @@ -29,6 +29,7 @@ Available Species + # Common Name Organism Name @@ -42,6 +43,7 @@ {%for species in allspecies%} + {{species["sequence_number"]}} {{species["SpeciesName"]}}