We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a303ff commit cb3acdaCopy full SHA for cb3acda
ui/src/views/system-resource-management/ToolResourceIndex.vue
@@ -94,7 +94,7 @@
94
<template #default="scope">
95
<span v-if="scope.row.tool_type === 'MCP'"> MCP </span>
96
<span v-else-if="scope.row.tool_type === 'DATA_SOURCE'"> {{ $t('views.tool.dataSource.title') }} </span>
97
- <span v-else-if="scope.row.version">{{ $t('views.tool.toolStore.title') }}</span>
+ <span v-else-if="scope.row.template_id">{{ $t('views.tool.toolStore.title') }}</span>
98
<span v-else>
99
{{
100
$t(
0 commit comments