Skip to content

Commit

Permalink
#1341 - Layout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmartin committed Jul 6, 2022
1 parent aefb1bc commit a00ab39
Showing 1 changed file with 44 additions and 24 deletions.
68 changes: 44 additions & 24 deletions components/configuration/VFBMain/layoutModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ var modelJson = {
"children": [
{
"type": "row",
"weight": 55,
"weight": 40,
"selected": 0,
"children": [
{
"type": "tabset",
"weight": 36,
"weight": 40,
"children": [
{
"type": "tab",
Expand All @@ -36,7 +36,7 @@ var modelJson = {
},
{
"type": "tabset",
"weight": 64,
"weight": 60,
"children": [
{
"type": "tab",
Expand All @@ -48,34 +48,54 @@ var modelJson = {
]
},
{
"type": "tabset",
"weight": 45,
"type": "row",
"weight": 30,
"selected": 0,
"children": [
{
"type": "tab",
"name": "Term Info",
"component": "termInfo"
},
{
"type": "tab",
"name": "Template ROI Browser",
"component": "treeBrowser"
},
{
"type": "tab",
"name": "Term Context",
"component": "vfbGraph"
"type": "tabset",
"weight": 60,
"selected": 0,
"children": [
{
"type": "tab",
"name": "Template ROI Browser",
"component": "treeBrowser"
},
{
"type": "tab",
"name": "Circuit Browser",
"component": "vfbCircuitBrowser"
},
{
"type": "tab",
"name": "Term Context",
"component": "vfbGraph"
}
]
},
{
"type": "tab",
"name": "Layers",
"component": "vfbListViewer"
},
"type": "tabset",
"weight": 40,
"children": [
{
"type": "tab",
"name": "Layers",
"component": "vfbListViewer"
}
]
}
]
},
{
"type": "tabset",
"weight": 30,
"selected": 0,
"children": [
{
"type": "tab",
"name": "Circuit Browser",
"component": "vfbCircuitBrowser"
"name": "Term Info",
"component": "termInfo"
}
]
}
Expand Down

0 comments on commit a00ab39

Please sign in to comment.