Skip to content

Commit

Permalink
use shortname for context path
Browse files Browse the repository at this point in the history
  • Loading branch information
thoniTUB committed Aug 8, 2024
1 parent 0b7f955 commit 9019f7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<div id="all_datasets" class="mt-1">
<h3>All Datasets</h3>
<@table.table columns=columns items=c?sort_by("name") link="${ctx.adminContextPath?url_path}/admin-ui/datasets/" deleteButton=deleteDatasetButton cypressId="datasets"/>
<@table.table columns=columns items=c?sort_by("name") link="${ctxPath}/admin-ui/datasets/" deleteButton=deleteDatasetButton cypressId="datasets"/>
</div>

</div>
Expand Down

0 comments on commit 9019f7f

Please sign in to comment.