X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Fuser_management%2Fconfig.json;h=42e3f185b0d823151d3c47bcf2ad9f81159a78fe;hb=bb11c05914869028a39a685cf5bf2ec347f299a1;hp=0e66f6f2b0956753307561b1d9e42b9904f16b8a;hpb=8e18bc5751d4d1d584396dd1d95c47835838399a;p=osm%2FUI.git diff --git a/skyquake/plugins/user_management/config.json b/skyquake/plugins/user_management/config.json index 0e66f6f2b..42e3f185b 100644 --- a/skyquake/plugins/user_management/config.json +++ b/skyquake/plugins/user_management/config.json @@ -4,6 +4,7 @@ "dashboard": "./dashboard/dashboard.jsx", "order": 1, "priority":1, + "allow": ["rw-rbac-platform:super-admin", "rw-rbac-platform:platform-admin", "rw-rbac-platform:platform-oper"], "routes": [ { "label": "User Management Dashboard", @@ -14,6 +15,14 @@ "label": "Platform Role Management", "route": "platform", "component": "./platformRoleManagement/platformRoleManagement.jsx", - "type": "internal" - }] + "type": "external" + }, + { + "label": "User Profile", + "route": "user-profile", + "component": "./userProfile/userProfile.jsx", + "type": "internal", + "unique" : true + } + ] }