Skip to content
Snippets Groups Projects
Commit 59abfb44 authored by Zheng Meyer's avatar Zheng Meyer
Browse files

modified description for registry and resource

parent cd7b87d8
No related branches found
No related tags found
1 merge request!5Esap gui dev
......@@ -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>
......
......@@ -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>
......
......@@ -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/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment