{#if service}
{service.name}
{service.url}
ondeleted(service.id)} class="shrink-0 rounded-lg p-1.5 text-[var(--text-muted)] opacity-0 transition-all duration-200 hover:bg-rose-500/10 hover:text-rose-500 group-hover:opacity-100" title="Remover serviço" >
{isUp ? 'UP' : 'DOWN'}
{#if lastMs !== null}
{lastMs}
ms
{/if} {#if uptime30d !== null}
{uptime30d.toFixed(2)}%
{/if}
Detalhes →
{/if}