hover = (hover != shard.id) ? shard.id : null} class="shard" id={shard.id.toString()} style={color} >{ shard.id }
{#if hover == shard.id}

Shard { shard.id }


Status: { shard.status }
Latency: { shard.ping }ms
Disconnection count: { shard.disconnection_count }
Last connection: { shard.last_connection }
Last heartbeat: { shard.last_heartbeat }

{/if}