Nav re-order. Profile page
[osm/UI.git] / skyquake / plugins / user_management / config.json
1 {
2     "root": "public",
3     "name": "User Management",
4     "dashboard": "./dashboard/dashboard.jsx",
5     "order": 1,
6     "priority":1,
7     "admin_link": true,
8     "allow": ["rw-rbac-platform:super-admin", "rw-rbac-platform:platform-admin", "rw-rbac-platform:platform-oper"],
9     "routes": [
10     {
11         "label": "User Management Dashboard",
12         "route": "user-management",
13         "component": "./dashboard/dashboard.jsx",
14         "type": "internal"
15     },{
16         "label": "Platform Role Management",
17         "route": "platform",
18         "component": "./platformRoleManagement/platformRoleManagement.jsx",
19         "type": "external"
20     },
21       {
22         "label": "User Profile",
23         "route": "user-profile",
24         "component": "./userProfile/userProfile.jsx",
25         "type": "internal",
26         "unique" : true
27     }
28     ]
29 }