From 49a5d53533477250a1add2ba866d42e86dfd12b3 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 15 Dec 2020 11:29:47 -0600 Subject: Changed High P to Peak LOD and changed the width of the column some --- wqflask/wqflask/templates/correlation_page.html | 8 ++++---- wqflask/wqflask/templates/search_result_page.html | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html index 82caee21..db04a530 100644 --- a/wqflask/wqflask/templates/correlation_page.html +++ b/wqflask/wqflask/templates/correlation_page.html @@ -91,7 +91,7 @@ - + {% elif target_dataset.type == 'Publish' %} @@ -102,7 +102,7 @@ - + {% else %} @@ -355,7 +355,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "High P ", + 'title': "Peak LOD ", 'type': "natural-minus-na", 'data': "lrs_score", 'width': "60px", @@ -455,7 +455,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "High P ", + 'title': "Peak  LOD", 'type': "natural-minus-na", 'data': "lrs_score", 'width': "60px", diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index adc2f140..4a3080a3 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -111,7 +111,7 @@ - + {% elif dataset.type == 'Publish' %} @@ -119,7 +119,7 @@ - + {% endif %} @@ -277,10 +277,10 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "High P ", + 'title': "Peak  LOD", 'type': "natural-minus-na", 'data': "lrs_score", - 'width': "65px", + 'width': "60px", 'orderSequence': [ "desc", "asc"] }, { @@ -346,10 +346,10 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "High P ", + 'title': "Peak  LOD", 'type': "natural-minus-na", 'data': "lrs_score", - 'width': "80px", + 'width': "60px", 'orderSequence': [ "desc", "asc"] }, { -- cgit v1.2.3