fix(frontend): add tooltip to schedule pausing (#3984)

This commit is contained in:
HugoCasa
2024-06-26 15:23:10 +02:00
committed by GitHub
parent 275c10b17a
commit 08476a3794
@@ -520,7 +520,11 @@
</svelte:fragment>
<CronInput disabled={!can_write} bind:schedule bind:timezone bind:validCRON />
<Toggle
options={{ right: 'Pause schedule until...' }}
options={{
right: 'Pause schedule until...',
rightTooltip:
'Pausing the schedule will program the next job to run as if the schedule starts at the time the pause is lifted, instead of now.'
}}
bind:checked={showPauseUntil}
size="xs"
/>