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/phenotypes | |
parent | f4964e2b5c2884f2fcea6c04b9c99198be91c797 (diff) | |
download | gn-uploader-7d738c217b8cf32b6c026eb5189011ee5dd49e7b.tar.gz |
Remove non-informative table header.
Diffstat (limited to 'uploader/templates/phenotypes')
-rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 2 |
1 files changed, 1 insertions, 1 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> |