From 105934ca5cf253c0f002a007ee57460a7632e2b8 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 22 Jan 2024 13:37:12 +0300 Subject: UI: Fix some UI bugs. --- qc_app/templates/rqtl2/select-geno-dataset.html | 28 ++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) (limited to 'qc_app/templates/rqtl2/select-geno-dataset.html') diff --git a/qc_app/templates/rqtl2/select-geno-dataset.html b/qc_app/templates/rqtl2/select-geno-dataset.html index 64f886e..1964a79 100644 --- a/qc_app/templates/rqtl2/select-geno-dataset.html +++ b/qc_app/templates/rqtl2/select-geno-dataset.html @@ -43,6 +43,10 @@ {%endfor%} + + Select from the existing genotype datasets for species + {{species.SpeciesName}} ({{species.FullName}}). +
@@ -76,6 +80,9 @@ id="txt:dataset-name" name="dataset-name" required="required" /> + + Provide the new name for the genotype dataset, e.g. "BXDGeno" +
@@ -84,21 +91,36 @@ id="txt:dataset-fullname" name="dataset-fullname" required="required" /> + + + Provide a longer name that better describes the genotype dataset, e.g. + "BXD Genotypes" +
+ name="dataset-shortname" /> + + + Provide a short name for the genotype dataset. This is optional. If not + provided, we'll default to the same value as the "Name" above. +
+ name="dataset-public" + checked="checked" /> + + + Specify whether the dataset will be available publicly. Check to make the + dataset publicly available and uncheck to limit who can access the dataset. +
-- cgit v1.2.3