mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 00:00:33 +00:00
add more spacing in advanced tab of flows
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
$: isCacheEnabled = Boolean(flowModule.cache_ttl)
|
||||
</script>
|
||||
|
||||
<h2>
|
||||
<h2 class="pb-4">
|
||||
Cache
|
||||
<Tooltip documentationLink="https://docs.windmill.dev/docs/flows/flow_approval">
|
||||
If defined, the result of the step will be cached for the number of seconds defined such that if
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col items-start space-y-2 {$$props.class}">
|
||||
<h2>
|
||||
<h2 class="pb-4">
|
||||
Early stop/Break
|
||||
<Tooltip documentationLink="https://docs.windmill.dev/docs/flows/early_stop">
|
||||
If defined, at the end of the step, the predicate expression will be evaluated to decide if
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
$: isSleepEnabled = Boolean(flowModule.sleep)
|
||||
</script>
|
||||
|
||||
<h2>
|
||||
<h2 class="pb-4">
|
||||
Sleep
|
||||
<Tooltip documentationLink="https://docs.windmill.dev/docs/flows/sleep">
|
||||
If defined, at the end of the step, the flow will sleep for a number of seconds before
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
$: isSuspendEnabled = Boolean(flowModule.suspend)
|
||||
</script>
|
||||
|
||||
<h2>
|
||||
<h2 class="pb-4">
|
||||
Suspend
|
||||
<Tooltip documentationLink="https://docs.windmill.dev/docs/flows/flow_approval">
|
||||
If defined, at the end of the step, the flow will be suspended until it receives external
|
||||
|
||||
Reference in New Issue
Block a user