mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 00:01:55 +00:00
@@ -44,12 +44,12 @@
|
||||
{#if $flowStore.value.retry?.constant}
|
||||
<span class="text-xs font-bold">Attempts</span>
|
||||
<input bind:value={$flowStore.value.retry.constant.attempts} type="number" />
|
||||
<span class="text-xs font-bold">Seconds</span>
|
||||
<span class="text-xs font-bold">Delay (seconds)</span>
|
||||
<input bind:value={$flowStore.value.retry.constant.seconds} type="number" />
|
||||
{:else}
|
||||
<span class="text-xs font-bold">Attempts</span>
|
||||
<input type="number" disabled />
|
||||
<span class="text-xs font-bold">Seconds</span>
|
||||
<span class="text-xs font-bold">Delay (seconds)</span>
|
||||
<input type="number" disabled />
|
||||
{/if}
|
||||
|
||||
@@ -71,14 +71,14 @@
|
||||
<input bind:value={$flowStore.value.retry.exponential.attempts} type="number" />
|
||||
<span class="text-xs font-bold">Mulitplier</span>
|
||||
<input bind:value={$flowStore.value.retry.exponential.multiplier} type="number" />
|
||||
<span class="text-xs font-bold">Seconds</span>
|
||||
<span class="text-xs font-bold">Initial delay (seconds)</span>
|
||||
<input bind:value={$flowStore.value.retry.exponential.seconds} type="number" />
|
||||
{:else}
|
||||
<span class="text-xs font-bold">Attempts</span>
|
||||
<input type="number" disabled />
|
||||
<span class="text-xs font-bold">Mulitplier</span>
|
||||
<input type="number" disabled />
|
||||
<span class="text-xs font-bold">Seconds</span>
|
||||
<span class="text-xs font-bold">Initial delay (seconds)</span>
|
||||
<input type="number" disabled />
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
</script>
|
||||
|
||||
<CenteredPage>
|
||||
<PageHeader title="Schedule">
|
||||
<PageHeader title="Schedules">
|
||||
<button class="default-button" on:click={() => goto('/schedule/add')}
|
||||
><Icon class="text-white mb-1" data={faPlus} scale={0.9} /> New schedule</button
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user