mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 16:05:58 +00:00
remove useless pencil for edit id
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
flowStore?.val?.value.failure_module
|
||||
)}
|
||||
<Drawer bind:open={editId}>
|
||||
<DrawerContent title="Edit Step Id {id}" on:close={() => (editId = false)}>
|
||||
<DrawerContent title="Edit step id {id}" on:close={() => (editId = false)}>
|
||||
<div>
|
||||
<IdEditorInput
|
||||
buttonText="Edit Id "
|
||||
|
||||
@@ -87,11 +87,6 @@
|
||||
}}
|
||||
>
|
||||
<span class="max-w-full text-2xs truncate flex items-center">
|
||||
{#if !disableEditId && (editId || (hover && deletable))}
|
||||
<span transition:slide={{ axis: 'x', duration: 100 }}>
|
||||
<Pencil size={10} class="mr-1" />
|
||||
</span>
|
||||
{/if}
|
||||
<span class="max-w-12 truncate">
|
||||
{id}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user