diff options
author | zsloan | 2020-08-19 14:19:31 -0500 |
---|---|---|
committer | zsloan | 2020-08-19 14:19:31 -0500 |
commit | 72e7b028060c04bb210064f4de263c46b700921f (patch) | |
tree | 92f60061bb69671ae2497114281ce033425ae69a | |
parent | b3db00fc28d7826749f1fb00c2b82908b4a046f3 (diff) | |
download | genenetwork2-72e7b028060c04bb210064f4de263c46b700921f.tar.gz |
Added Invert button to collection page
* wqflask/wqflask/templates/collections/view.html - Added the Invert
button back to the collection page; it was removed in the past but Rob
decided it should be re-added
-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 b56a89da..ef08f04c 100644 --- a/wqflask/wqflask/templates/collections/view.html +++ b/wqflask/wqflask/templates/collections/view.html @@ -72,6 +72,7 @@ <br /> <form id="export_form" method="POST" action="/export_traits_csv"> <button class="btn btn-default" id="select_all" type="button"><span class="glyphicon glyphicon-ok"></span> Select All</button> + <button class="btn btn-default" id="invert" type="button"><span class="glyphicon glyphicon-ok"></span> Invert</button> <button class="btn" id="add" disabled="disabled" type="button"><i class="icon-plus-sign"></i> Copy</button> <input type="hidden" name="database_name" id="database_name" value="None"> <input type="hidden" name="export_data" id="export_data" value=""> |