!isOpen && handleClose()}>
Terminal - {containerName} {#if connected} Connected {/if}
{#if showConfig}

Open terminal session

Configure the shell and user for this session

{shellOptions.find(o => o.value === selectedShell)?.label || 'Select shell'} {#each shellOptions as option} {option.label} {/each}
{userOptions.find(o => o.value === selectedUser)?.label || 'Select user'} {#each userOptions as option} {option.label} {/each}
{:else}
{/if}