mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
Smaller and better positioned Add branch message (#4061)
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
<h3 class="mb-4"
|
||||
>{value.branches.length} branch{value.branches.length > 1 ? 'es' : ''}</h3
|
||||
>
|
||||
<p>Add branches and steps directly on the graph.</p>
|
||||
<div class="flex flex-col gap-y-4 py-2 w-full">
|
||||
{#each value.branches as branch, i}
|
||||
<div class="flex flex-row gap-x-4 w-full items-center">
|
||||
@@ -64,6 +63,7 @@
|
||||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
<p class="text-sm">Add branches and steps directly on the graph.</p>
|
||||
<div class="mt-6 mb-2 text-sm font-bold">Run in parallel</div>
|
||||
<Toggle
|
||||
bind:checked={value.parallel}
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
<h3 class="my-4">
|
||||
{value.branches.length + 1} branch{value.branches.length + 1 > 1 ? 'es' : ''}
|
||||
</h3>
|
||||
<p>Add branches and steps directly on the graph.</p>
|
||||
<div class="py-2">
|
||||
<div class="flex flex-row gap-2 text-sm p-2">
|
||||
<Badge large={true} color="blue">Default branch</Badge>
|
||||
@@ -83,6 +82,7 @@
|
||||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
<p class="text-sm">Add branches and steps directly on the graph.</p>
|
||||
</div>
|
||||
</Pane>
|
||||
{#if flowModule}
|
||||
|
||||
Reference in New Issue
Block a user