Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
User Interfaces
Admin UI
Commits
2501f058
Commit
2501f058
authored
Jun 25, 2021
by
Sourabh Roy
Browse files
fixed error showing on build
parent
153823b8
Pipeline
#53529
passed with stages
in 15 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
OSDUApp/src/config.ts
View file @
2501f058
...
...
@@ -35,6 +35,12 @@ export var dataloading_helptext="Currently this module is unavailable for the us
//--------- manage users--------------
export
var
manageUsers_search_helptext
=
"
Select a Group Email and then click on Search button to view the members of that group.
"
;
// EDS Authorization Profile
export
var
grantTypes
=
[
"
OAuth2
"
,
"
Bearer Token
"
,
"
API Key
"
];
export
var
scope
=
[
"
openid
"
,
"
email
"
];
export
var
OAuth_flow
=
[
"
Authorization Code
"
,
"
Client Credentials
"
]
export
var
eds_connectionsource
=
[
{
"
id
"
:
"
osdu:master-data--ConnectedSourceRegistryEntry:4d41bfd3-7773-65d6-0ef1-g2a5y8e55621
"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment