From c3db3b10c99d2fe90ac05797482d3fcb33380301 Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 11 Dec 2019 15:37:31 -0600 Subject: Also changed trait page table header alignments to match columns, which I forgot in last commit --- wqflask/wqflask/templates/show_trait.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wqflask/wqflask/templates/show_trait.html b/wqflask/wqflask/templates/show_trait.html index 6719485a..455208a9 100644 --- a/wqflask/wqflask/templates/show_trait.html +++ b/wqflask/wqflask/templates/show_trait.html @@ -289,7 +289,7 @@ } }, { - 'title': "Value", + 'title': "
Value
", 'orderDataType': "dom-input", 'type': "cust-txt", 'data': null, @@ -337,7 +337,7 @@ } }{% endif %}{% if sample_groups[0].attributes|length > 0 %}{% for attribute in sample_groups[0].attributes|sort() %}, { - 'title': "{{ sample_groups[0].attributes[attribute].name }}", + 'title': "
{{ sample_groups[0].attributes[attribute].name }}
", 'type': "natural", 'data': null, 'render': function(data, type, row, meta) { @@ -433,7 +433,7 @@ } }, { - 'title': "Value", + 'title': "
Value
", 'orderDataType': "dom-input", 'type': "cust-txt", 'data': null, @@ -481,7 +481,7 @@ } }{% endif %}{% if sample_groups[1].attributes|length > 0 %}{% for attribute in sample_groups[1].attributes|sort() %}, { - 'title': "{{ sample_groups[1].attributes[attribute].name }}", + 'title': "
{{ sample_groups[1].attributes[attribute].name }}
", 'type': "natural", 'data': null, 'render': function(data, type, row, meta) { -- cgit v1.2.3