From f8fc508f86ba015097a027055c429e61d310523f Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 15 Dec 2020 11:21:32 -0600 Subject: Removed Index and Record from hideable columns in search result and correlation pages --- wqflask/wqflask/templates/correlation_page.html | 2 -- wqflask/wqflask/templates/search_result_page.html | 2 -- 2 files changed, 4 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html index 49b2bf26..82caee21 100644 --- a/wqflask/wqflask/templates/correlation_page.html +++ b/wqflask/wqflask/templates/correlation_page.html @@ -86,8 +86,6 @@
Show/Hide Columns:
- - {% if target_dataset.type == 'ProbeSet' %} diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 92f14ade..adc2f140 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -106,8 +106,6 @@
Show/Hide Columns:
- - {% if dataset.type == 'ProbeSet' %} -- cgit v1.2.3