diff options
author | zsloan | 2022-04-28 14:19:35 +0000 |
---|---|---|
committer | zsloan | 2022-05-10 19:39:27 +0000 |
commit | 26df9d498a0f9d8b35988233023181880b086ca4 (patch) | |
tree | ba2b6229b7872e928f87a90e8c0dd7f39aac7d06 | |
parent | 3687600b70c8b3850f8e35513f3fb3a30316c721 (diff) | |
download | genenetwork2-26df9d498a0f9d8b35988233023181880b086ca4.tar.gz |
Add button for new collection export
-rw-r--r-- | wqflask/wqflask/templates/collections/view.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/collections/view.html b/wqflask/wqflask/templates/collections/view.html index 170a2d96..913a8a89 100644 --- a/wqflask/wqflask/templates/collections/view.html +++ b/wqflask/wqflask/templates/collections/view.html @@ -81,6 +81,7 @@ <input type="hidden" name="export_data" id="export_data" value=""> <input type="hidden" name="file_name" id="file_name" value="collection_table"> <button class="btn btn-default" id="export_traits">Download</button> + <button class="btn btn-default" id="export_collection">Export Collection</button> <input type="text" id="searchbox" class="form-control" style="width: 200px; display: inline; padding-bottom: 9px;" placeholder="Search Table For ..."> <input type="text" id="select_top" class="form-control" style="width: 200px; display: inline; padding-bottom: 9px;" placeholder="Select Top ..."> <button class="btn btn-default" id="deselect_all" type="button"><span class="glyphicon glyphicon-remove"></span> Deselect</button> |