mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 08:00:59 +00:00
clearer connect button in flows
This commit is contained in:
@@ -223,7 +223,7 @@
|
||||
<span
|
||||
title={validCode
|
||||
? 'last signature parsing was sucessful'
|
||||
: 'last signature parsing was succesful'}
|
||||
: 'last signature parsing was NOT succesful'}
|
||||
class="relative inline-flex rounded-full h-2 w-2 {validCode
|
||||
? 'bg-green-500/80'
|
||||
: 'bg-red-500'}"
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
</span>
|
||||
{/if}
|
||||
</div>
|
||||
<div class="flex flex-row space-x-2 items-center">
|
||||
<div class="flex flex-row space-x-4 items-center">
|
||||
<Toggle
|
||||
bind:checked
|
||||
options={{
|
||||
@@ -145,16 +145,14 @@
|
||||
<Button
|
||||
variant="contained"
|
||||
color="blue"
|
||||
size="md"
|
||||
size="sm"
|
||||
on:click={() => {
|
||||
focusProp(argName, 'connect', (path) => {
|
||||
connectProperty(path)
|
||||
return false
|
||||
})
|
||||
}}
|
||||
}}>Connect →</Button
|
||||
>
|
||||
<Icon data={faChain} />
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="max-w-xs" />
|
||||
|
||||
Reference in New Issue
Block a user