Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aitoolkit-gui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
nomad-lab
aitoolkit-gui
Commits
e90d079c
Commit
e90d079c
authored
3 years ago
by
Luigi Sbailo
Browse files
Options
Downloads
Patches
Plain Diff
Fix path to query archive notebook
parent
54528ece
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#117244
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/MainPage.js
+4
-4
4 additions, 4 deletions
src/components/MainPage.js
with
4 additions
and
4 deletions
src/components/MainPage.js
+
4
−
4
View file @
e90d079c
...
...
@@ -189,7 +189,7 @@ export default function MainPage() {
<
/Grid
>
<
Grid
container
spacing
=
{
1
}
className
=
{
styles
.
boxIcons
}
>
<
Grid
item
xs
=
{
3
}
>
<
IconButton
href
=
'
http
s
://
analytics-toolkit.nomad-coe.eu/public/user-redirect
/notebooks/tutorials/query_nomad_archive.ipynb
'
>
<
IconButton
href
=
'
http://
localhost:8888
/notebooks/tutorials/query_nomad_archive.ipynb
'
>
<
img
src
=
{
IconQuery
}
className
=
{
styles
.
topIcon
}
...
...
@@ -207,7 +207,7 @@ export default function MainPage() {
<
/Typography
>
<
/Grid
>
<
Grid
item
xs
=
{
1
}
className
=
{
styles
.
arrowGrid
}
>
<
IconButton
href
=
'
http
s
://
analytics-toolkit.nomad-coe.eu/public/user-redirect
/notebooks/tutorials/query_nomad_archive.ipynb
'
>
<
IconButton
href
=
'
http://
localhost:8888
/notebooks/tutorials/query_nomad_archive.ipynb
'
>
<
img
src
=
{
ArrowIcon
}
style
=
{{
width
:
'
20px
'
,
zIndex
:
4
,
position
:
'
relative
'
}}
...
...
@@ -423,7 +423,7 @@ export default function MainPage() {
<Grid container spacing={1} className={styles.boxIconsBottom}>
<Grid item xs={3}>
<IconButton href=
'
http
s
:
//
analytics-toolkit.nomad-coe.eu/public/user-redirect/notebooks
/tutorials/query_nomad_archive.ipynb'>
<IconButton href=
'
http
:
//
localhost:8888
/tutorials/query_nomad_archive.ipynb'>
<
img
alt
=
'
Query the Archive logo
'
src
=
{
IconQuery2
}
className
=
{
styles
.
iconsBottom
}
/
>
<
/IconButton
>
<
/Grid
>
...
...
@@ -438,7 +438,7 @@ export default function MainPage() {
<
/Grid
>
<
Grid
item
xs
=
{
3
}
>
<
Button
href
=
'
http
s
://
analytics-toolkit.nomad-coe.eu/public/user-redirect/notebooks
/tutorials/query_nomad_archive.ipynb
'
href
=
'
http://
localhost:8888
/tutorials/query_nomad_archive.ipynb
'
className
=
{
styles
.
buttonBottom
}
endIcon
=
{
<
img
alt
=
'
Arrow icon
'
src
=
{
ArrowIcon
}
/>
}
>
...
...
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