diff options
author | Frederick Muriuki Muriithi | 2024-10-07 16:04:13 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-10-07 16:04:13 -0500 |
commit | b591d477050c61171f452a795d5526e03993413d (patch) | |
tree | ad31f63881e057967e1821cdc78c0f52c590ebe9 /uploader | |
parent | 7ff588bc94278b30d87ebded26a50eb71f8b315e (diff) | |
download | gn-uploader-b591d477050c61171f452a795d5526e03993413d.tar.gz |
Add phenotype units to UI
Diffstat (limited to 'uploader')
-rw-r--r-- | uploader/templates/phenotypes/view-phenotype.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uploader/templates/phenotypes/view-phenotype.html b/uploader/templates/phenotypes/view-phenotype.html index f26c5f0..c5dea2b 100644 --- a/uploader/templates/phenotypes/view-phenotype.html +++ b/uploader/templates/phenotypes/view-phenotype.html @@ -41,6 +41,10 @@ <td><strong>Collation</strong></td> <td>{{dataset.FullName}}</td> </tr> + <tr> + <td><strong>Units</strong></td> + <td>{{phenotype.Units}}</td> + </tr> </tbody> </table> |