isOpen && focusFirstInput()}> Connect container to {network?.name} Select a container to connect to this network.
{#if loading}
{:else if availableContainers.length === 0}

No containers available to connect.

All containers are already connected to this network.

{:else}
{#if selectedContainerInfo} {selectedContainerInfo.name} {:else} Select a container... {/if} {#each availableContainers as container} {container.name} {container.state} {/each}
{/if}