diff options
author | zsloan | 2020-02-18 15:48:24 -0600 |
---|---|---|
committer | zsloan | 2020-02-18 15:48:24 -0600 |
commit | b9d63ce7eb4a6846f6da9afc824fc072df6babe7 (patch) | |
tree | d861ed0890ddef43d54e9e4eb82ffd72fd5b4b90 | |
parent | b121e122c0ca05082ac3b43b315231dac290c179 (diff) | |
download | genenetwork2-b9d63ce7eb4a6846f6da9afc824fc072df6babe7.tar.gz |
Added some text saying what the show/hide column buttons are for
-rw-r--r-- | wqflask/wqflask/templates/correlation_page.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html index 3d06d469..f52f20e1 100644 --- a/wqflask/wqflask/templates/correlation_page.html +++ b/wqflask/wqflask/templates/correlation_page.html @@ -107,6 +107,9 @@ <br /> </div> </div> + <div style="margin-bottom: 5px;"> + <b>Show/Hide Columns:</b> + </div> <div style="width: {% if target_dataset.type == "ProbeSet" %}1600px{% elif target_dataset.type == "Publish" %}1400px{% else %}800px{% endif %};"> <table id="trait_table" class="display dataTable nowrap" style="font-size: 12px; float: left;"> <thead> |