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