diff options
author | Frederick Muriuki Muriithi | 2024-12-10 15:51:46 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-12-10 15:52:20 -0600 |
commit | 105310956f079d9a8957f9211b65e0909c76ae74 (patch) | |
tree | c2f847a31233f0896df57f8437523787f202546b /uploader | |
parent | 5f7c3ed381c85aa554240e52fd8e85aafad6ca01 (diff) | |
download | gn-uploader-105310956f079d9a8957f9211b65e0909c76ae74.tar.gz |
Deactivate access to incomplete/unimplemented features.
Diffstat (limited to 'uploader')
-rw-r--r-- | uploader/templates/base.html | 3 | ||||
-rw-r--r-- | uploader/templates/genotypes/list-genotypes.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html index 019aa39..3a8ef16 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -72,7 +72,8 @@ title="Upload phenotype data.">Phenotype Data</a></li> <li {%if activemenu=="expression-data"%}class="activemenu"{%endif%}> <a href="{{url_for('species.populations.expression-data.index')}}" - title="Upload expression data.">Expression Data</a></li> + title="Upload expression data." + class="not-implemented">Expression Data</a></li> <li {%if activemenu=="individuals"%}class="activemenu"{%endif%}> <a href="#" class="not-implemented" diff --git a/uploader/templates/genotypes/list-genotypes.html b/uploader/templates/genotypes/list-genotypes.html index e4c39eb..2dc0d51 100644 --- a/uploader/templates/genotypes/list-genotypes.html +++ b/uploader/templates/genotypes/list-genotypes.html @@ -70,7 +70,7 @@ {%if genocode | length < 1%} <a href="#add-genotype-encoding" title="Add a genotype encoding system for this population" - class="btn btn-primary"> + class="btn btn-primary not-implemented"> add genotype encoding </a> {%endif%} |