From 59abfb440829771f6e0e9f8bedf2cfae7ff40cd4 Mon Sep 17 00:00:00 2001 From: meyer <meyer@astron.nl> Date: Mon, 9 Nov 2020 14:37:55 +0100 Subject: [PATCH] modified description for registry and resource --- src/components/query/QueryIVOARegistry.js | 6 +++--- src/components/query/VORegListResults.js | 2 +- src/contexts/GlobalContext.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/query/QueryIVOARegistry.js b/src/components/query/QueryIVOARegistry.js index 2101a32..6206511 100644 --- a/src/components/query/QueryIVOARegistry.js +++ b/src/components/query/QueryIVOARegistry.js @@ -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 registries</h4> + <h4>List of resources</h4> </Col> <Col> {selectedRegistry.length === 0 ? ( @@ -213,7 +213,7 @@ export default function QueryIVOARegistry() { setQueryStep("run-query"); }} > - Query selected registry + Query selected resources </Button> )} </Col> diff --git a/src/components/query/VORegListResults.js b/src/components/query/VORegListResults.js index ad5f3c3..e028e4c 100644 --- a/src/components/query/VORegListResults.js +++ b/src/components/query/VORegListResults.js @@ -74,7 +74,7 @@ export default function VORegListResults({ catalog }) { /> </InputGroup> </th> - <th>Name</th> + <th>Resource</th> <th>Access URL</th> <th>Waveband</th> <th>Title</th> diff --git a/src/contexts/GlobalContext.js b/src/contexts/GlobalContext.js index 179d9cf..b2471b4 100644 --- a/src/contexts/GlobalContext.js +++ b/src/contexts/GlobalContext.js @@ -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/" -- GitLab