{ updateHandler(); }} >
{#if PIPELINES_LIST !== null}
{$i18n.t('Manage Pipelines')}
{#if PIPELINES_LIST.length > 0}
{$i18n.t('Upload Pipeline')}
{$i18n.t('Install from Github URL')}
Warning: Pipelines are a plugin system with arbitrary code execution — don't fetch random pipelines from sources you don't trust.

{#if pipelines !== null} {#if pipelines.length > 0}
{$i18n.t('Pipelines Valves')}
{#if pipelines.length > 0}
{/if}
{#if pipelines[selectedPipelineIdx].valves} {#if valves} {#each Object.keys(valves_spec.properties) as property, idx}
{valves_spec.properties[property].title}
{#if (valves[property] ?? null) !== null}
{#if valves_spec.properties[property]?.enum ?? null} {:else if (valves_spec.properties[property]?.type ?? null) === 'boolean'}
{valves[property] ? 'Enabled' : 'Disabled'}
{:else} {/if}
{/if}
{/each} {:else} {/if} {:else}
No valves
{/if}
{:else if pipelines.length === 0}
Pipelines Not Detected
{/if} {:else}
{/if} {:else}
{$i18n.t('Pipelines Not Detected')}
{/if} {:else}
{/if}