about summary refs log tree commit diff
path: root/uploader/templates/populations
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-17 12:46:31 -0500
committerFrederick Muriuki Muriithi2024-09-17 12:47:58 -0500
commit7e54ea61c374e15df31c41c1ca87a001acd85242 (patch)
tree7fa48f39cbb99671dc31aa0033bb3e0cc11e2695 /uploader/templates/populations
parent879fbc4d6086860e2de76a4f74509a1bb8642af5 (diff)
downloadgn-uploader-7e54ea61c374e15df31c41c1ca87a001acd85242.tar.gz
UI Improvements: Enumerate data in tables.
Diffstat (limited to 'uploader/templates/populations')
-rw-r--r--uploader/templates/populations/list-populations.html2
1 files changed, 2 insertions, 0 deletions
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 @@
     <caption>Populations for {{species.FullName}}</caption>
     <thead>
       <tr>
+        <th>#</th>
         <th>Name</th>
         <th>Full Name</th>
         <th>Description</th>
@@ -60,6 +61,7 @@
     <tbody>
       {%for population in populations%}
       <tr>
+        <td>{{population["sequence_number"]}}</td>
         <td>
           <a href="{{url_for('species.populations.view_population',
                    species_id=species.SpeciesId,