diff options
author | Frederick Muriuki Muriithi | 2025-02-04 10:02:10 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-04 10:02:10 -0600 |
commit | 7d738c217b8cf32b6c026eb5189011ee5dd49e7b (patch) | |
tree | ead1e04f10009149bad957120c681752be7acd69 /uploader/templates | |
parent | f4964e2b5c2884f2fcea6c04b9c99198be91c797 (diff) | |
download | gn-uploader-7d738c217b8cf32b6c026eb5189011ee5dd49e7b.tar.gz |
Remove non-informative table header.
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 2 | ||||
-rw-r--r-- | uploader/templates/platforms/list-platforms.html | 2 | ||||
-rw-r--r-- | uploader/templates/populations/list-populations.html | 2 | ||||
-rw-r--r-- | uploader/templates/samples/list-samples.html | 2 | ||||
-rw-r--r-- | uploader/templates/species/list-species.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index 4e1be6b..4f2b79b 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -64,7 +64,7 @@ <table id="tbl-phenotypes-list" class="table"> <thead> <tr> - <th>#</th> + <th></th> <th>Record</th> <th>Description</th> </tr> diff --git a/uploader/templates/platforms/list-platforms.html b/uploader/templates/platforms/list-platforms.html index 718dd1d..a6bcfdc 100644 --- a/uploader/templates/platforms/list-platforms.html +++ b/uploader/templates/platforms/list-platforms.html @@ -58,7 +58,7 @@ <table class="table"> <thead> <tr> - <th>#</th> + <th></th> <th>Platform Name</th> <th><a href="https://www.ncbi.nlm.nih.gov/geo/browse/?view=platforms&tax={{species.TaxonomyId}}" title="Gene Expression Omnibus: Platforms section" diff --git a/uploader/templates/populations/list-populations.html b/uploader/templates/populations/list-populations.html index 7c7145f..f780e94 100644 --- a/uploader/templates/populations/list-populations.html +++ b/uploader/templates/populations/list-populations.html @@ -51,7 +51,7 @@ <caption>Populations for {{species.FullName}}</caption> <thead> <tr> - <th>#</th> + <th></th> <th>Name</th> <th>Full Name</th> <th>Description</th> diff --git a/uploader/templates/samples/list-samples.html b/uploader/templates/samples/list-samples.html index 13e5cec..185e784 100644 --- a/uploader/templates/samples/list-samples.html +++ b/uploader/templates/samples/list-samples.html @@ -73,7 +73,7 @@ <table class="table"> <thead> <tr> - <th>#</th> + <th></th> <th>Name</th> <th>Auxilliary Name</th> <th>Symbol</th> diff --git a/uploader/templates/species/list-species.html b/uploader/templates/species/list-species.html index 85c9d40..64084b0 100644 --- a/uploader/templates/species/list-species.html +++ b/uploader/templates/species/list-species.html @@ -29,7 +29,7 @@ <caption>Available Species</caption> <thead> <tr> - <th>#</td> + <th></td> <th title="A common, layman's name for the species.">Common Name</th> <th title="The scientific name for the species">Organism Name</th> <th title="An identifier for the species in the NCBI taxonomy database"> |