chore(flows): make trigger icon not a button (#13666)

Closes https://github.com/kestra-io/kestra/issues/13634.
This commit is contained in:
Miloš Paunović
2025-12-15 09:31:22 +01:00
committed by GitHub
parent f063a5a2d9
commit c4d4fd935f

View File

@@ -13,9 +13,7 @@
@show="handlePopoverShow" @show="handlePopoverShow"
> >
<template #reference> <template #reference>
<el-button class="trigger-icon" @click="copyLink(trigger)" size="small"> <TaskIcon :onlyIcon="true" :cls="trigger?.type" :icons="pluginsStore.icons" />
<TaskIcon :onlyIcon="true" :cls="trigger?.type" :icons="pluginsStore.icons" />
</el-button>
</template> </template>
<template #default> <template #default>
<TriggerVars :data="trigger" :execution="execution" @on-copy="copyLink(trigger)" /> <TriggerVars :data="trigger" :execution="execution" @on-copy="copyLink(trigger)" />