Skip to content

Commit

Permalink
refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
fekad committed Jan 22, 2025
1 parent 3d5e455 commit 4d2797c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/nomad_aitoolkit/apps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@
rows=Rows(
actions=RowActions(
items=[
RowActionURL(
path=f"data.references[?kind=='repository'].uri#{schema_name}",
description='Go to notebook repository',
icon='file_download',
),
RowActionURL(
path=f"data.references[?kind=='hub'].uri#{schema_name}",
description='Launch Jupyter notebook',
icon='launch',
),
RowActionURL(
path=f"data.references[?kind=='repository'].uri#{schema_name}",
description='Go to notebook repository',
icon='github',
)
]
)
Expand Down

0 comments on commit 4d2797c

Please sign in to comment.