Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / logging / config.json
1 {
2     "root": "public",
3     "name": "Logging",
4     "dashboard": "./loggingGeneral.jsx",
5     "order": 101,
6     "priority":2,
7     "routes": [
8         {
9             "label": "Logging",
10             "route": "/",
11             "component": "./loggingGeneral.jsx",
12             "path": "",
13             "type": "internal"
14         }
15     ]
16 }