From 8b65416c1dab547daf021a272edf4819e12c447c Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 20 Oct 2020 16:28:17 -0500 Subject: Fixed some problems with the previous attempt at resolving conflicts before merging (there are a lot of conflicts between this and the changes that integrated Scroller) --- wqflask/wqflask/static/new/css/show_trait.css | 2 + .../wqflask/templates/show_trait_edit_data.html | 48 +++---- .../templates/show_trait_transform_and_filter.html | 149 ++++++++++----------- 3 files changed, 94 insertions(+), 105 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/static/new/css/show_trait.css b/wqflask/wqflask/static/new/css/show_trait.css index 42009a70..d8964f5d 100644 --- a/wqflask/wqflask/static/new/css/show_trait.css +++ b/wqflask/wqflask/static/new/css/show_trait.css @@ -59,6 +59,7 @@ table.dataTable.cell-border tbody tr td:first-child { .trait_value_input { text-align: right; +} .glyphicon { position: relative; @@ -236,6 +237,7 @@ div.sample-table-export-container { } div.export-code-container { + padding-top: 20px; width: 600px; display: none; } diff --git a/wqflask/wqflask/templates/show_trait_edit_data.html b/wqflask/wqflask/templates/show_trait_edit_data.html index e94a8d23..2e730248 100644 --- a/wqflask/wqflask/templates/show_trait_edit_data.html +++ b/wqflask/wqflask/templates/show_trait_edit_data.html @@ -12,33 +12,33 @@ - -
-
-          
-# read into R
-trait <- read.csv("{{ this_trait.display_name}}.csv", header = TRUE, comment.char = "#")
+        
+
+            
+  # read into R
+  trait <- read.csv("{{ this_trait.display_name}}.csv", header = TRUE, comment.char = "#")
 
-# read into python
-import pandas as pd
-trait = pd.read_csv("{{ this_trait.display_name}}.csv", header = 0, comment = "#")
-          
-        
+ # read into python + import pandas as pd + trait = pd.read_csv("{{ this_trait.display_name}}.csv", header = 0, comment = "#") +
+
+
- {% set outer_loop = loop %} -
-
-

{{ sample_type.header }}

-
-
- - - - -

Loading...
-
+ {% set outer_loop = loop %} +
+
+

{{ sample_type.header }}

-
+
+ + + + +

Loading...
+
+
+
{% endfor %}
diff --git a/wqflask/wqflask/templates/show_trait_transform_and_filter.html b/wqflask/wqflask/templates/show_trait_transform_and_filter.html index 9946c25b..0418d972 100644 --- a/wqflask/wqflask/templates/show_trait_transform_and_filter.html +++ b/wqflask/wqflask/templates/show_trait_transform_and_filter.html @@ -1,87 +1,74 @@
-

Edit or delete values in the Trait Data boxes, and use the - Reset option as - needed. -

- -
- - - - -
- - {% if sample_groups[0].attributes %} -
- - - - -
- {% endif %} -
- - - - - - - -
-
- - -
-