Check for role object on users in project-config before mapping through values in...
[osm/UI.git] / skyquake / plugins / debug / config.json
1 {
2     "root": "public",
3     "name": "Debug",
4     "dashboard": "./crash.jsx",
5     "order": 100,
6     "priority":2,
7     "routes" : [{
8         "label": "Debug",
9         "route": "/",
10         "component": "./crash.jsx",
11         "path": "",
12         "type": "internal"
13     }]
14 }