Host
Domains
Enabled
{#each hosts as host (host.id)}
{@const domainList = host.domains.join(', ')}
{host.name}
{#key disabledHostIds}
!disabledHostIds.includes(host.id),
(v) => (v ? HostSettings.removeDisabledHost(host) : HostSettings.addDisabledHost(host))
}
size="sm"
>
{/key}
{/each}