aboutsummaryrefslogtreecommitdiff
path: root/wqflask/wqflask/templates
diff options
context:
space:
mode:
authorAlexander Kabui2021-05-11 00:29:33 +0300
committerAlexander Kabui2021-05-11 00:29:33 +0300
commit56fc1a2a53496a8b3720515f61e54a74cc95821e (patch)
tree460854eb139b7b65ce0831f89661105c171fd708 /wqflask/wqflask/templates
parent848fc236461384e5352798e19d710480ead379c4 (diff)
downloadgenenetwork2-56fc1a2a53496a8b3720515f61e54a74cc95821e.tar.gz
modify js & add button for test correlation
Diffstat (limited to 'wqflask/wqflask/templates')
-rw-r--r--wqflask/wqflask/templates/show_trait_calculate_correlations.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/show_trait_calculate_correlations.html b/wqflask/wqflask/templates/show_trait_calculate_correlations.html
index 50803978..ef784c84 100644
--- a/wqflask/wqflask/templates/show_trait_calculate_correlations.html
+++ b/wqflask/wqflask/templates/show_trait_calculate_correlations.html
@@ -117,6 +117,9 @@
<div class="col-xs-3 controls">
<input type="button" class="btn corr_compute submit_special btn-success" data-url="/corr_compute" title="Compute Correlation" value="Compute">
</div>
+ <div class="col-xs-3 controls">
+ <input type="button" class="btn test_corr_compute submit_special btn-success" data-url="/test_corr_compute" title="Compute Correlation" value="Test Compute">
+ </div>
</div>
</div>
</div>