We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326ed46 commit 2b03bfbCopy full SHA for 2b03bfb
ui/src/components/workflow-dropdown-menu/application/NodeContent.vue
@@ -31,15 +31,14 @@
31
>
32
<img :src="resetUrl(item?.icon, resetUrl('./favicon.ico'))" alt="" />
33
</el-avatar>
34
- <el-avatar
+
35
+ <ToolIcon
36
v-else
- class="avatar-green"
37
- shape="square"
+ class="mr-12"
38
:size="20"
39
style="--el-avatar-border-radius: 6px"
40
- >
41
- <img src="@/assets/tool/icon_tool.svg" style="width: 58%" alt="" />
42
- </el-avatar>
+ :type="item?.tool_type"
+ />
43
<span class="ml-8 ellipsis" :title="item.name">{{ item.name }}</span>
44
</div>
45
</template>
0 commit comments