diff options
author | Alexander Kabui | 2021-05-11 00:29:33 +0300 |
---|---|---|
committer | Alexander Kabui | 2021-05-11 00:29:33 +0300 |
commit | 56fc1a2a53496a8b3720515f61e54a74cc95821e (patch) | |
tree | 460854eb139b7b65ce0831f89661105c171fd708 /wqflask/wqflask/templates | |
parent | 848fc236461384e5352798e19d710480ead379c4 (diff) | |
download | genenetwork2-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.html | 3 |
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> |