Merge "RIFT-16172: Project switch does not affect polling and socket pages." into...
[osm/UI.git] / skyquake / plugins / accounts / config.json
1 {
2     "root": "public",
3     "name": "Accounts",
4     "dashboard": "./account/accountsDashboard.jsx",
5     "order": 3,
6     "priority":1,
7     "allow": ["rw-rbac-platform:super-admin", "rw-project-mano:account-oper", "rw-project-mano:account-admin"],
8     "routes": [
9     {
10         "label": "Accounts Dashboard",
11         "route": "accounts",
12         "component": "./account/accountsDashboard.jsx",
13         "path": "accounts",
14         "type": "internal",
15         "routes": [
16             {
17                 "route": ":type/:name",
18                 "component": "./account/account.jsx",
19                 "path": ":type/:name",
20                 "type": "internal"
21             }
22         ]
23     }]
24 }