Files
P42_UI/app/controllers/dashboard/DashboardsController.json
T

31 lines
774 B
JSON

{
"routes": [
{
"url": "/",
"role": [ "admin" ],
"controller" : "/dashboard/DashboardsController",
"method": "index"
}
],
"models": [
],
"views": [
"visualisers/SpaceView"
],
"controllerDependencies": [
"/helpers/basicDialogs",
"/helpers/validators",
"/helpers/activeAttributes",
"/thirdparty/Threetobus/three.module",
"/thirdparty/Threetobus/OrbitControls.module",
"/thirdparty/Threetobus/tween.module",
"/thirdparty/Threetobus/threetobus.module"
],
"assets": {
"styles": [
],
"json": [
{"id":"agentDefs", "name": "agents/basic3D.json"}
]
}
}