Skip to content

Commit

Permalink
study display config
Browse files Browse the repository at this point in the history
  • Loading branch information
vedina committed Sep 2, 2023
1 parent 21655a9 commit 7a59e04
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 6 deletions.
15 changes: 15 additions & 0 deletions ambit2-apps/ambit2-www/src/main/webapp/scripts/config/bao.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,16 @@ var config_bao = {
"bVisible" : true,
"inMatrix" : true
},
"concentration_surface" : {
"iOrder" : -7,
"bVisible" : true,
"inMatrix" : true
},
"amount_of_material" : {
"iOrder" : -7,
"bVisible" : true,
"inMatrix" : true
},
"time point" : {
"iOrder" : -6,
"bVisible" : true,
Expand All @@ -293,6 +303,11 @@ var config_bao = {
"bVisible" : true,
"inMatrix" : true
},
"sampling_time" : {
"iOrder" : -6,
"bVisible" : true,
"inMatrix" : true
},
"replicate" : {
"iOrder" : -5,
"bVisible" : true,
Expand Down
15 changes: 15 additions & 0 deletions ambit2-apps/ambit2-www/src/main/webapp/scripts/config/npo.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,31 @@ var config_npo = {
"inMatrix" : true,
"sTitle" : "Treatment condition"
},
"amount_of_material" : {
"iOrder" : -7,
"bVisible" : true,
"inMatrix" : true
},
"concentration" : {
"iOrder" : -7,
"bVisible" : true,
"inMatrix" : true
},
"concentration_surface" : {
"iOrder" : -7,
"bVisible" : true,
"inMatrix" : true
},
"concentration_ml" : {
"iOrder" : -7,
"bVisible" : true,
"inMatrix" : true
},
"sampling_time" : {
"iOrder" : -6,
"bVisible" : true,
"inMatrix" : true
},
"time point" : {
"iOrder" : -6,
"bVisible" : true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,18 @@ var config_bao = {
"bVisible" : true,
"inMatrix" : true,
"sTitle" : "Concentration"
},
},
"concentration_surface" : {
"iOrder" : -7,
"bVisible" : true,
"inMatrix" : true,
"sTitle" : "Concentration"
},
"amount_of_material" : {
"iOrder" : -7,
"bVisible" : true,
"inMatrix" : true
},
"time point" : {
"iOrder" : -6,
"bVisible" : true,
Expand All @@ -338,6 +349,12 @@ var config_bao = {
"inMatrix" : true,
"sTitle" : "Exposure time"
},
"sampling_time" : {
"iOrder" : -4,
"bVisible" : true,
"inMatrix" : true,
"sTitle" : "Sampling time"
},
"replicate" : {
"iOrder" : -5,
"bVisible" : true,
Expand Down Expand Up @@ -412,14 +429,11 @@ var config_bao = {
"exposure" : {
"bVisible" : true
},
"sampling_time" : {
"visible" : true
},
"temperature" : {
"visible" : true
"bVisible" : true
},
"total dose" : {
"visible" : true
"bVisible" : true
}
},
"interpretation" : {
Expand Down

0 comments on commit 7a59e04

Please sign in to comment.