We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8140d9 commit d1f3ea3Copy full SHA for d1f3ea3
.github/workflows/end_to_end_tests.yaml
@@ -18,6 +18,7 @@ jobs:
18
OAUTH_DEXIDP_REDIRECT_URL: "http://localhost:5173/auth/login/oauth2/"
19
OAUTH_DEXIDP_OIDC_CONFIGURATION_ENDPOINT: "http://127.0.0.1:5556/dex/.well-known/openid-configuration"
20
PUBLIC_OAUTH_CLIENT_NAME: dexidp
21
+ PUBLIC_FRACTAL_VIZARR_VIEWER_URL: http://localhost:3000/vizarr
22
23
strategy:
24
matrix:
src/routes/v2/projects/[projectId]/datasets/[datasetId]/+page.svelte
@@ -499,7 +499,7 @@
499
</div>
500
501
502
-{#if plates.length > 0}
+{#if vizarrViewerUrl && plates.length > 0}
503
<div class="border border-info rounded bg-light p-3 mt-2">
504
<div class="row mb-2">
505
<div class="col">
0 commit comments