Search
{#if loadingOverlay}
{/if}
Name
Email
Plans
Labels
Resource specifications
Delete
{#each filteredAgents as agent, index (agent.id)}
{agent.name}
{agent.email || ""}
Plans
Labels
Resource specifications
handleDelete(agent.uniqueName)} type="button" class="inline-flex items-center px-2.5 py-1.5 border border-transparent text-xs font-medium rounded text-red-700 bg-red-100 hover:bg-red-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500" > Delete
{/each}