We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664b618 commit 91bb453Copy full SHA for 91bb453
ui/src/views/tool/tool-store/ToolCard.vue
@@ -32,6 +32,9 @@
32
<el-tag size="small" type="info" v-else-if="props.tool?.label === 'skill'" class="info-tag">
33
Skills
34
</el-tag>
35
+ <el-tag size="small" type="info" v-else-if="props.tool?.label === 'workflow_template'" class="info-tag">
36
+ {{ $t('views.tool.toolWorkflow.title') }}
37
+ </el-tag>
38
<el-tag size="small" type="info" class="info-tag" v-else>
39
{{ $t('views.tool.title') }}
40
0 commit comments