From 1d83678908835bd0e1b97ec8de5eca404cbcda30 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 24 Feb 2025 16:11:41 -0600 Subject: Provide a way to select phenotypes to edit. --- uploader/templates/phenotypes/view-dataset.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index a3456ac..0341cae 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -66,6 +66,7 @@ + Index Record Description @@ -96,6 +97,14 @@ }, data: data, columns: [ + { + data: function(pheno) { + return `` + } + }, {data: "sequence_number"}, { data: function(pheno) { -- cgit v1.2.3