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 97ed919 commit 62112f4Copy full SHA for 62112f4
src/routes/viewer-paths/+page.svelte
@@ -17,7 +17,7 @@
17
Note that access to image data is restricted to OME-Zarrs within certain paths (and their
18
subfolders).
19
{#if viewerPaths.length > 0}
20
- The list of paths accessible to the current user includes:
+ These are the accessible paths:
21
{:else}
22
The list of paths accessible to the current user is empty.
23
{/if}
@@ -30,7 +30,6 @@
30
</ul>
31
32
<p>
33
- Depending on the Fractal configuration, you may also have access to additional paths.<br />
34
Please contact an admin if you see an error message like <code>403 Forbidden</code> when opening the
35
image viewer.
36
</p>
0 commit comments