Logging page only for platform roles
[osm/UI.git] / skyquake / plugins / about / config.json
1 {
2     "root": "public",
3     "name": "About",
4     "dashboard": "./about.jsx",
5     "order": 99,
6     "priority":2,
7     "admin_link": true,
8     "allow": ["rw-rbac-platform:super-admin", "rw-rbac-platform:platform-admin", "rw-rbac-platform:platform-oper"],
9      "routes" : [{
10         "label": "Dashboard",
11         "route": "/",
12         "component": "./about.jsx",
13         "path": "",
14         "type": "internal"
15     }]
16 }