Skip to content
Snippets Groups Projects
Commit c21ed7cc authored by Dorian Goepp's avatar Dorian Goepp
Browse files

Fine-tune layout for the demonstration

parent 65574642
Branches
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ export const flexlayout_json = { ...@@ -34,7 +34,7 @@ export const flexlayout_json = {
{ {
"type": "tabset", "type": "tabset",
"name": "Robot's memory", "name": "Robot's memory",
"weight": 65, "weight": 60,
"selected": 0, "selected": 0,
"children": [ "children": [
{ {
...@@ -48,34 +48,21 @@ export const flexlayout_json = { ...@@ -48,34 +48,21 @@ export const flexlayout_json = {
}, },
{ {
"type": "row", "type": "row",
"weight": 35, "weight": 40,
"children": [ "children": [
{
"type": "tabset",
"name": "Latest interaction",
"weight": 25,
"selected": 0,
"children": [
{
"type": "tab",
"component": "latest-interaction",
"config": {
"hasReadme": true
},
},
]
},
{ {
"type": "row", "type": "row",
"weight": 25, "weight": 25,
"children": [ "children": [
{ {
"type": "tabset", "type": "tabset",
"name": "Current mood", "name": "Latest interaction",
"weight": 78,
"selected": 0,
"children": [ "children": [
{ {
"type": "tab", "type": "tab",
"component": "mood", "component": "latest-interaction",
"config": { "config": {
"hasReadme": true "hasReadme": true
}, },
...@@ -85,6 +72,8 @@ export const flexlayout_json = { ...@@ -85,6 +72,8 @@ export const flexlayout_json = {
{ {
"type": "tabset", "type": "tabset",
"name": "Involvement", "name": "Involvement",
"weight": 22,
"height": 70,
"children": [ "children": [
{ {
"type": "tab", "type": "tab",
...@@ -100,7 +89,7 @@ export const flexlayout_json = { ...@@ -100,7 +89,7 @@ export const flexlayout_json = {
{ {
"type": "tabset", "type": "tabset",
"name": "Robot video stream", "name": "Robot video stream",
"weight": 50, "weight": 75,
"children": [ "children": [
{ {
"type": "tab", "type": "tab",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment