diff --git a/frontend/src/lib/components/git_sync/DetectionFlow.svelte b/frontend/src/lib/components/git_sync/DetectionFlow.svelte index 8677c877d5..a1f411530d 100644 --- a/frontend/src/lib/components/git_sync/DetectionFlow.svelte +++ b/frontend/src/lib/components/git_sync/DetectionFlow.svelte @@ -58,7 +58,8 @@ left: 'Sync mode', leftTooltip: 'Changes will be committed directly to the branch', right: 'Promotion mode', - rightTooltip: "Changes will be made to a new branch per deployed object (prefixed with 'wm_deploy/')" + rightTooltip: + "Changes will be made to a new branch per deployed object (prefixed with 'wm_deploy/')" }} /> @@ -68,7 +69,8 @@ bind:checked={repo.group_by_folder} options={{ right: 'Group all changes from same folder in the same branch', - rightTooltip: 'Instead of creating a branch per object, Windmill will create a branch per folder containing objects being deployed.' + rightTooltip: + 'Instead of creating a branch per object, Windmill will create a branch per folder containing objects being deployed.' }} /> {/if} @@ -78,12 +80,12 @@
{:else if repo.detectionState === 'loading'} @@ -114,7 +116,9 @@
{#if repo.use_individual_branch} -
Promotion: Creating branches whose promotion target is main
+
Promotion: Creating branches whose promotion target is main
{#if repo.group_by_folder}
Grouped by folder
{/if} @@ -125,11 +129,7 @@
-
@@ -155,7 +155,9 @@
{#if repo.use_individual_branch} -
Promotion: Creating branches whose promotion target is main
+
Promotion: Creating branches whose promotion target is main
{#if repo.group_by_folder}
Grouped by folder
{/if} @@ -166,11 +168,7 @@
-