Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-jams
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-jams
Commits
2e9ff45b
Commit
2e9ff45b
authored
4 years ago
by
Larbi Gharib
Browse files
Options
Downloads
Patches
Plain Diff
Username contacts
Change-Id: I993632f5872685cf1280eda07d0bbd162db35d6c
parent
036fd6ef
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
jams-react-client/src/globalUrls.js
+2
-0
2 additions, 0 deletions
jams-react-client/src/globalUrls.js
jams-react-client/src/views/Contacts/Contacts.js
+319
-205
319 additions, 205 deletions
jams-react-client/src/views/Contacts/Contacts.js
with
321 additions
and
205 deletions
jams-react-client/src/globalUrls.js
+
2
−
0
View file @
2e9ff45b
...
...
@@ -48,6 +48,7 @@ const api_path_delete_auth_contacts = "/api/auth/contacts";
const
api_path_delete_admin_contacts
=
"
/api/admin/contacts
"
;
const
api_path_blueprints
=
"
/api/admin/policy
"
;
const
api_path_get_user_profile
=
"
/api/auth/userprofile/
"
;
const
api_path_get_ns_name_from_addr
=
"
/api/nameserver/addr/
"
;
module
.
exports
=
{
uri
,
...
...
@@ -98,4 +99,5 @@ module.exports = {
api_path_put_update_group
,
api_path_blueprints
,
api_path_get_user_profile
,
api_path_get_ns_name_from_addr
,
};
This diff is collapsed.
Click to expand it.
jams-react-client/src/views/Contacts/Contacts.js
+
319
−
205
View file @
2e9ff45b
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment