Prober
Add Prober
Auto Refresh:
{#each intervalOptions as { value, label }}
{label}
{/each}
Reload
ID
Name
API Key
Last Submit
{#each $rows as row (row.id)}
{row.id}
{row.name}
{row.api_key}
{format(row.last_submit_ts * 1000, 'PP HH:mm')}
{formatDistance(row.last_submit_ts * 1000, new Date(), { addSuffix: true })}
{/each}