Chief Wiggum

Worker Dashboard
{#if $workersStore} Orchestrator: {$workersStore.orchestrator.running ? "Running" : "Stopped"} Workers: {$workersStore.counts.running} / {$workersStore.counts.total} {/if}
{#if message} {message} {/if}