diff options
author | Alexander Kabui | 2022-01-26 09:41:44 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-02-09 08:49:56 +0300 |
commit | 787e8f6c742155a95a2f27f0dde9659e000c93f2 (patch) | |
tree | 7545ac5f2eb5941759122bf4a3f95eefe4788185 /wqflask | |
parent | 1bb1812fe0594cc2e8b0a32d09760f0cffc4bd96 (diff) | |
download | genenetwork2-787e8f6c742155a95a2f27f0dde9659e000c93f2.tar.gz |
btn download for network sif and node file
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/gn3_ctl_results.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/gn3_ctl_results.html b/wqflask/wqflask/templates/gn3_ctl_results.html index ec20cc6a..1bfe8da1 100644 --- a/wqflask/wqflask/templates/gn3_ctl_results.html +++ b/wqflask/wqflask/templates/gn3_ctl_results.html @@ -60,7 +60,8 @@ <h3 style="text-align:center;">Network figure</h3> <div> - This is not we expected you see.Feature in progress + <button type="button" class="btn btn-primary btn-lg">Download Network Sif File</button> +<button type="button" class="btn btn-secondary btn-lg">Download Node file</button> </div> </div> |