153 lines
4.1 KiB
JSON
153 lines
4.1 KiB
JSON
[
|
|
{
|
|
"label": "Simulations Management",
|
|
"icon": "icon-lab2",
|
|
"collapsed": true,
|
|
"access": ["*"],
|
|
"items": [
|
|
{
|
|
"label": "Create a simulation",
|
|
"icon": "icon-new",
|
|
"route": "/sims/create",
|
|
"access": ["*"]
|
|
},
|
|
{
|
|
"label": "Play / Pause a simulation",
|
|
"icon": "icon-file-play",
|
|
"route": "/sims/manage",
|
|
"access": ["*"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "Live Arena",
|
|
"icon": "icon-bolt",
|
|
"collapsed": false,
|
|
"access": ["*"],
|
|
"items": [
|
|
{
|
|
"label": "Space view",
|
|
"icon": "icon-website",
|
|
"route": "/live/spaceViewer",
|
|
"access": ["*"]
|
|
},
|
|
{
|
|
"label": "Spacetime explorer",
|
|
"icon": "icon-hour-glass",
|
|
"route": "/live/stats",
|
|
"access": ["*"]
|
|
},
|
|
{
|
|
"label": "Agent processes",
|
|
"icon": "icon-cogs",
|
|
"route": "/live/dashboards/agents",
|
|
"access": ["*"]
|
|
},
|
|
{
|
|
"label": "System",
|
|
"icon": "icon-dashboard",
|
|
"route": "/live/dashboards/system",
|
|
"access": ["*"]
|
|
},
|
|
{
|
|
"label": "Statistics",
|
|
"icon": "icon-stats",
|
|
"route": "/live/stats",
|
|
"access": ["*"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "Arenas recorder",
|
|
"icon": "icon-video-camera",
|
|
"collapsed": true,
|
|
"access": ["*"],
|
|
"items": [
|
|
{
|
|
"label": "Space view",
|
|
"icon": "icon-website",
|
|
"route": "/records/spaceViewer",
|
|
"access": ["*"]
|
|
},
|
|
{
|
|
"label": "Statistics",
|
|
"icon": "icon-graph",
|
|
"route": "/records/stats",
|
|
"access": ["*"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "Editors",
|
|
"icon": "icon-edit",
|
|
"collapsed": true,
|
|
"access": ["*"],
|
|
"items": [
|
|
{
|
|
"label": "Keyframe editor",
|
|
"icon": "icon-camera1",
|
|
"route": "/editors/keyframe",
|
|
"access": ["*"]
|
|
},
|
|
{
|
|
"label": "Sprites editor",
|
|
"icon": "icon-spaceinvaders",
|
|
"route": "/editors/sprites",
|
|
"access": ["*"]
|
|
},
|
|
{
|
|
"label": "Event-maps editor",
|
|
"icon": "icon-link",
|
|
"route": "/editors/eventmaps",
|
|
"access": ["*"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "Dev tools",
|
|
"icon": "icon-cogs",
|
|
"collapsed": true,
|
|
"access": ["admin"],
|
|
"items": [
|
|
{
|
|
"label": "Client Health Check",
|
|
"icon": "icon-health",
|
|
"route": "/system/healthcheck",
|
|
"access": [ "admin" ]
|
|
},
|
|
{
|
|
"label": "App Style Guide",
|
|
"icon": "icon-image",
|
|
"route": "/system/styleguide",
|
|
"access": [ "admin" ]
|
|
},
|
|
{
|
|
"label": "EICUI Components",
|
|
"icon": "icon-cogs",
|
|
"route": "/system/eicui",
|
|
"access": [ "admin" ]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "About",
|
|
"icon": "icon-info",
|
|
"collapsed": true,
|
|
"access": ["*"],
|
|
"items": [
|
|
{
|
|
"label": "Help center",
|
|
"icon": "icon-help",
|
|
"route": "/about/help",
|
|
"access": [ "*" ]
|
|
},
|
|
{
|
|
"label": "About",
|
|
"icon": "icon-info",
|
|
"route": "/about/about",
|
|
"access": [ "*" ]
|
|
}
|
|
]
|
|
}
|
|
]
|