diff options
author | zsloan | 2022-09-20 22:32:57 +0000 |
---|---|---|
committer | zsloan | 2022-09-20 22:32:57 +0000 |
commit | 503aec68dc70720cf1e1d7b2fa88b559a3834320 (patch) | |
tree | bf0efd3f5b9b0e9e228616999dcf7aa7e2ef5256 | |
parent | 3107c4bc312fa8db93bd5d4e1c5c9dce719089ca (diff) | |
download | genenetwork2-503aec68dc70720cf1e1d7b2fa88b559a3834320.tar.gz |
Make -logP columns uniform
-rw-r--r-- | wqflask/wqflask/templates/collections/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/collections/view.html b/wqflask/wqflask/templates/collections/view.html index 643d6f31..b92464c3 100644 --- a/wqflask/wqflask/templates/collections/view.html +++ b/wqflask/wqflask/templates/collections/view.html @@ -230,7 +230,7 @@ } }, { - 'title': "<div style='text-align: right; padding-right: 10px;'>Peak</div> <div style='text-align: right;'>LOD <a href=\"{{ url_for('glossary_blueprint.glossary') }}#LRS\" target=\"_blank\" style=\"color: white;\"><sup style='color: #FF0000;'><i>?</i></sup></a></div>", + 'title': "<div style='text-align: right; padding-right: 10px;'>Peak</div> <div style='text-align: right;'>-logP <a href=\"{{ url_for('glossary_blueprint.glossary') }}#LRS\" target=\"_blank\" style=\"color: white;\"><sup style='color: #FF0000;'><i>?</i></sup></a></div>", 'type': "natural-minus-na", 'data': null, 'width': "60px", |