{subtitle}
| Status | Active | Waiting |
|---|---|---|
|
{#if jobCounts}
{jobCounts.active > 0 || jobCounts.waiting > 0 ? 'Active' : 'Idle'}
{:else}
|
{#if jobCounts.active !== undefined}
{jobCounts.active}
{:else}
|
{#if jobCounts.waiting !== undefined}
{jobCounts.waiting}
{:else}
|