Nav re-order. Profile page
[osm/UI.git] / skyquake / plugins / user_management / config.json
index 4ee344e..0366214 100644 (file)
@@ -4,6 +4,8 @@
     "dashboard": "./dashboard/dashboard.jsx",
     "order": 1,
     "priority":1,
+    "admin_link": true,
+    "allow": ["rw-rbac-platform:super-admin", "rw-rbac-platform:platform-admin", "rw-rbac-platform:platform-oper"],
     "routes": [
     {
         "label": "User Management Dashboard",
         "route": "platform",
         "component": "./platformRoleManagement/platformRoleManagement.jsx",
         "type": "external"
-    }]
+    },
+      {
+        "label": "User Profile",
+        "route": "user-profile",
+        "component": "./userProfile/userProfile.jsx",
+        "type": "internal",
+        "unique" : true
+    }
+    ]
 }