Skip to content
Snippets Groups Projects
Commit f8ba0366 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

Merge branch 'dev-nico' into 'master'

fixed loading error on '/esap-gui/interactive' url

See merge request astron-sdc/esap-gui!29
parents ef4d5c65 40e17773
No related branches found
No related tags found
2 merge requests!32Master,!29fixed loading error on '/esap-gui/interactive' url
Pipeline #14855 passed
...@@ -10,6 +10,10 @@ export default function Interactive() { ...@@ -10,6 +10,10 @@ export default function Interactive() {
{"name" : "CTA DIRAC", "url" : "https://ccdcta-web.in2p3.fr/DIRAC/"}, {"name" : "CTA DIRAC", "url" : "https://ccdcta-web.in2p3.fr/DIRAC/"},
] ]
if ((!list_of_jnotebooks) || (!list_of_jhubs) || (!list_of_batchsystems)) {
return null
}
return ( return (
<Container fluid> <Container fluid>
<Form className="mt-5"> <Form className="mt-5">
......
...@@ -72,7 +72,7 @@ export default function Routes() { ...@@ -72,7 +72,7 @@ export default function Routes() {
</Switch> </Switch>
<footer><small>esap-gui version 2 jul 2021 - 14:00</small></footer> <footer><small>esap-gui version 2 jul 2021 - 15:00</small></footer>
</Router> </Router>
); );
} }
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