mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
remove connected from runnable inputs
This commit is contained in:
+3
-3
@@ -59,9 +59,9 @@
|
||||
/>
|
||||
</div>
|
||||
{#if componentInput.connections.length > 0}
|
||||
<div class="mt-2">
|
||||
<div class="text-sm font-medium text-secondary">Automatically connected to</div>
|
||||
<div class="mt-1 flex flex-wrap gap-1">
|
||||
<div class="mt-2 flex flex-wrap gap-2 items-center">
|
||||
<div class="text-xs text-tertiary">Re-evaluated on changes to:</div>
|
||||
<div class="flex flex-wrap gap-1">
|
||||
{#each componentInput.connections as connection (connection.componentId + '-' + connection.id)}
|
||||
<span class="inline-flex items-center rounded-md px-2 py-0.5 text-xs font-medium border"
|
||||
>{connection.componentId + '.' + connection.id}</span
|
||||
|
||||
Reference in New Issue
Block a user