🎨 Set 3D representation as default view
This commit is contained in:
@@ -34,14 +34,6 @@ interface View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const defaultViews: View[] = [
|
const defaultViews: View[] = [
|
||||||
{
|
|
||||||
name: 'Stream',
|
|
||||||
content: {
|
|
||||||
id: 'root',
|
|
||||||
layout: 'column',
|
|
||||||
widgets: [{ id: 2, component: 'Stream' }]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: '3D representation',
|
name: '3D representation',
|
||||||
content: {
|
content: {
|
||||||
@@ -50,6 +42,14 @@ const defaultViews: View[] = [
|
|||||||
widgets: [{ id: 2, component: 'Visualization', props: { debug: true } }]
|
widgets: [{ id: 2, component: 'Visualization', props: { debug: true } }]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Stream',
|
||||||
|
content: {
|
||||||
|
id: 'root',
|
||||||
|
layout: 'column',
|
||||||
|
widgets: [{ id: 2, component: 'Stream' }]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Split screen',
|
name: 'Split screen',
|
||||||
content: {
|
content: {
|
||||||
|
|||||||
Reference in New Issue
Block a user