X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Fuser_management%2Fconfig.json;h=0fe9e966355dc3d6c1a7bb0c6ec4de8039039ef5;hb=b5f45345dc77c112f4970d010febb7bb5a4335bd;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..0fe9e9663 100644 --- a/skyquake/plugins/user_management/config.json +++ b/skyquake/plugins/user_management/config.json @@ -15,5 +15,13 @@ "route": "platform", "component": "./platformRoleManagement/platformRoleManagement.jsx", "type": "internal" - }] + }, + { + "label": "User Profile", + "route": "user-profile", + "component": "./userProfile/userProfile.jsx", + "type": "internal", + "unique" : true + } + ] }