Persistent Volumes
{#if predefinedVolumes.length > 0}
Predefined Volumes
Volume Id
Mount Dir
{#each predefinedVolumes as storage} {#key storage.id} {/key} {/each}
{/if} {#if persistentStorages.length > 0}
0}>Custom Volumes
{/if} {#each persistentStorages as storage} {#key storage.id} {/key} {/each} {#if $appSession.isAdmin}
0}> Add New Volume
{/if}