Dashboard
{#if loading}
{:else if counted}
Top {top}
Top {full}
Time Spent
Host
{#each counted.slice(0, 100) as { host, total, human }}
{human}
{host}
{/each}
{/if}