mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
chore(flows): make trigger icon not a button (#13666)
Closes https://github.com/kestra-io/kestra/issues/13634.
This commit is contained in:
@@ -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)" />
|
||||||
|
|||||||
Reference in New Issue
Block a user