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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
ESCAPE WP5
ESAP GUI
Commits
59abfb44
Commit
59abfb44
authored
4 years ago
by
Zheng Meyer
Browse files
Options
Downloads
Patches
Plain Diff
modified description for registry and resource
parent
cd7b87d8
No related branches found
No related tags found
1 merge request
!5
Esap gui dev
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/components/query/QueryIVOARegistry.js
+3
-3
3 additions, 3 deletions
src/components/query/QueryIVOARegistry.js
src/components/query/VORegListResults.js
+1
-1
1 addition, 1 deletion
src/components/query/VORegListResults.js
src/contexts/GlobalContext.js
+1
-1
1 addition, 1 deletion
src/contexts/GlobalContext.js
with
5 additions
and
5 deletions
src/components/query/QueryIVOARegistry.js
+
3
−
3
View file @
59abfb44
...
...
@@ -183,7 +183,7 @@ export default function QueryIVOARegistry() {
{...
uiSchemaProp
}
>
<
div
>
<
Button
type
=
"
submit
"
>
Get
Registry
Services
<
/Button
>
<
Button
type
=
"
submit
"
>
Query
VO
Registry
<
/Button
>
<
/div
>
<
/Form
>
{
Array
.
from
(
queryMap
.
keys
()).
map
((
catalog
)
=>
{
...
...
@@ -201,7 +201,7 @@ export default function QueryIVOARegistry() {
<
div
key
=
{
catalog
}
className
=
"
mt-3
"
>
<
Row
>
<
Col
>
<
h4
>
List
of
re
gistri
es
<
/h4
>
<
h4
>
List
of
re
sourc
es
<
/h4
>
<
/Col
>
<
Col
>
{
selectedRegistry
.
length
===
0
?
(
...
...
@@ -213,7 +213,7 @@ export default function QueryIVOARegistry() {
setQueryStep
(
"
run-query
"
);
}}
>
Query
selected
re
gistry
Query
selected
re
sources
<
/Button
>
)}
<
/Col
>
...
...
This diff is collapsed.
Click to expand it.
src/components/query/VORegListResults.js
+
1
−
1
View file @
59abfb44
...
...
@@ -74,7 +74,7 @@ export default function VORegListResults({ catalog }) {
/>
<
/InputGroup
>
<
/th
>
<
th
>
Nam
e
<
/th
>
<
th
>
Resourc
e
<
/th
>
<
th
>
Access
URL
<
/th
>
<
th
>
Waveband
<
/th
>
<
th
>
Title
<
/th
>
...
...
This diff is collapsed.
Click to expand it.
src/contexts/GlobalContext.js
+
1
−
1
View file @
59abfb44
...
...
@@ -9,7 +9,7 @@ export function GlobalContextProvider({ children }) {
console
.
log
(
"
ASTRON ESAP version
"
,
Date
());
const
api_host
=
process
.
env
.
NODE_ENV
===
"
development
"
?
"
http://localhost:
5555
/esap-api/
"
?
"
http://localhost:
15671
/esap-api/
"
:
"
/esap-api/
"
;
// "http://localhost:15671/esap-api/"
// "http://sdc.astron.nl:5557/esap-api/"
...
...
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