agent def + windows fixes + 2d view + 3d view
This commit is contained in:
@@ -17,14 +17,39 @@ class DashboardsController extends EICController {
|
||||
this.loadWindow(
|
||||
'dashboards/MainDashboardView',
|
||||
{
|
||||
title: 'Main dashboard',
|
||||
title: '3D view',
|
||||
static: true,
|
||||
expanded: true
|
||||
expanded: false,
|
||||
windowStyle:{
|
||||
width: '800px',
|
||||
height: '600px',
|
||||
left: '50px',
|
||||
top: '100px',
|
||||
}
|
||||
},
|
||||
{
|
||||
models: models
|
||||
models: models,
|
||||
camName: 'persp1'
|
||||
}
|
||||
)
|
||||
this.loadWindow(
|
||||
'dashboards/MainDashboardView',
|
||||
{
|
||||
title: '2D View',
|
||||
static: true,
|
||||
expanded: false,
|
||||
windowStyle:{
|
||||
width: '600px',
|
||||
height: '450px',
|
||||
right:'10px',
|
||||
top:'100px',
|
||||
}
|
||||
},
|
||||
{
|
||||
models: models,
|
||||
camName: 'cam2Dtop'
|
||||
}
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user