aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates
diff options
context:
space:
mode:
authorzsloan2024-06-24 21:55:03 +0000
committerzsloan2024-06-27 14:34:42 -0500
commit6ba0aa68be6696e6689849c7dd3b8e874c046569 (patch)
tree76c7ea311e4d442921a5723f3f302baa61fdd8bb /gn2/wqflask/templates
parent256c5b7c6a1c7b38f00ce5955cc0f5b469a0b211 (diff)
downloadgenenetwork2-6ba0aa68be6696e6689849c7dd3b8e874c046569.tar.gz
Set default value for Mean and Additive Effect
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r--gn2/wqflask/templates/search_result_page.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/search_result_page.html b/gn2/wqflask/templates/search_result_page.html
index 6ef66bd4..aad7fd99 100644
--- a/gn2/wqflask/templates/search_result_page.html
+++ b/gn2/wqflask/templates/search_result_page.html
@@ -256,8 +256,9 @@
'title': "<div style='text-align: right;'>Mean</div>",
'type': "natural-minus-na",
'width': "40px",
- 'data': "mean",
'targets': 6,
+ 'data': "mean",
+ 'defaultContent': "N/A",
'orderSequence': [ "desc", "asc"]
},
{
@@ -281,6 +282,7 @@
'data': "additive",
'width': "65px",
'targets': 9,
+ 'defaultContent': "N/A",
'orderSequence': [ "desc", "asc"]
}{% elif dataset.type == 'Publish' %},
{
@@ -314,8 +316,9 @@
'title': "<div style='text-align: right;'>Mean</div>",
'type': "natural-minus-na",
'width': "60px",
- 'data': "mean",
'targets': 4,
+ 'data': "mean",
+ 'defaultContent': "N/A",
'orderSequence': [ "desc", "asc"]
},
{