{ updateHandler(); }} >
{#if PIPELINES_LIST !== null}
{$i18n.t('Manage Pipelines')}
{#if PIPELINES_LIST.length > 0}
{$i18n.t('Install from Github URL')}

{#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}
{/each} {:else} {/if} {:else}
No valves
{/if}
{:else if pipelines.length === 0}
Pipelines Not Detected
{/if} {:else}
{/if} {/if} {:else}
{/if}