Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ESAP GUI
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
ESCAPE WP5
ESAP GUI
Commits
cf8d1bfc
Commit
cf8d1bfc
authored
Aug 17, 2021
by
Nico Vermaas
Browse files
Options
Downloads
Patches
Plain Diff
add credentials (token) to 'query/configuration' call for rucio
parent
86638137
Branches
Branches containing commit
No related tags found
1 merge request
!47
add credentials (token) to 'query/configuration' call for rucio
Pipeline
#16425
passed
Aug 17, 2021
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/contexts/QueryContext.js
+1
-1
1 addition, 1 deletion
src/contexts/QueryContext.js
src/routes/Routes.js
+1
-1
1 addition, 1 deletion
src/routes/Routes.js
with
2 additions
and
2 deletions
src/contexts/QueryContext.js
+
1
−
1
View file @
cf8d1bfc
...
...
@@ -34,7 +34,7 @@ export function QueryContextProvider({ children }) {
}
axios
.
get
(
api_host
+
"
query/configuration
"
+
configNameString
)
.
get
(
api_host
+
"
query/configuration
"
+
configNameString
,
{
withCredentials
:
true
}
)
.
then
((
response
)
=>
{
//alert(configNameString)
let
config
=
response
.
data
[
"
configuration
"
];
...
...
This diff is collapsed.
Click to expand it.
src/routes/Routes.js
+
1
−
1
View file @
cf8d1bfc
...
...
@@ -87,7 +87,7 @@ export default function Routes() {
<
/Switch
>
<
footer
><
small
>
esap
-
gui
version
1
3
aug
2021
-
13
:
00
<
/small></
footer
>
<
footer
><
small
>
esap
-
gui
version
1
7
aug
2021
-
13
:
00
<
/small></
footer
>
<
/Router
>
);
}
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