Skip to content
Snippets Groups Projects
Commit 5c08e0f6 authored by juanf's avatar juanf
Browse files

Support Buffer - YeastLab - Change columns order

SVN: 33918
parent 364efe4e
No related branches found
No related tags found
No related merge requests found
......@@ -48,10 +48,6 @@ function SampleHierarchyTableView(controller, model) {
label : 'Level',
property : 'level',
sortable : true
} , {
label : 'Path',
property : 'path',
sortable : true
} , {
label : 'Sample Type',
property : 'sampleType',
......@@ -67,6 +63,10 @@ function SampleHierarchyTableView(controller, model) {
label : 'Name',
property : 'name',
sortable : true
} , {
label : 'Path',
property : 'path',
sortable : true
} , {
label : 'Parent/Annotations',
property : 'parentAnnotations',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment