Notification Settings | {$t('app_name')}

Notifications

{#if error}
{error}
{/if} {#if activeTab === 'channels'} {#if showForm || editingChannel} { showForm = false; editingChannel = null; }} /> {:else} {/if} {#if loading}
Loading channels...
{:else if channels.length === 0 && !showForm}

No notification channels configured

Add a channel to receive alerts when your services go up or down

{:else}
{#each channels as channel (channel.id)}
{channelTypeLabel(channel.type).charAt(0)}

{channelTypeLabel(channel.type)}

{channel.enabled ? 'Enabled' : 'Disabled'} · Created {new Date(channel.createdAt).toLocaleDateString()}

{/each}
{/if} {:else} {/if}