diff --git a/web/src/lib/components/custom/CreateVM.svelte b/web/src/lib/components/custom/CreateVM.svelte index 0b950b7b..63e4c3b2 100644 --- a/web/src/lib/components/custom/CreateVM.svelte +++ b/web/src/lib/components/custom/CreateVM.svelte @@ -267,10 +267,10 @@ {label} {/each} -
- {#each modal.tabs as { value, label }} - - + + {#each modal.tabs as { value, label }} + +
{#if value === 'vm_basic'}
- - {/each} -
+
+
+ {/each}