aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/phenotypes
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-10-07 16:04:13 -0500
committerFrederick Muriuki Muriithi2024-10-07 16:04:13 -0500
commitb591d477050c61171f452a795d5526e03993413d (patch)
treead31f63881e057967e1821cdc78c0f52c590ebe9 /uploader/templates/phenotypes
parent7ff588bc94278b30d87ebded26a50eb71f8b315e (diff)
downloadgn-uploader-b591d477050c61171f452a795d5526e03993413d.tar.gz
Add phenotype units to UI
Diffstat (limited to 'uploader/templates/phenotypes')
-rw-r--r--uploader/templates/phenotypes/view-phenotype.html4
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>