modalOpen = true}> {host?.uri || 'No host selected'}
modalOpen = true}>
{#if Object.keys(hosts).length}
{#each Object.entries(hosts) as [hostKey, host]}
select(hostKey)}> {host.name}
{/each}
{/if}