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 d7ad3ff commit 3a59453Copy full SHA for 3a59453
ui/src/views/system-resource-management/ToolResourceIndex.vue
@@ -270,7 +270,7 @@
270
</el-dropdown-item>
271
272
<el-dropdown-item
273
- v-if="!row.template_id && permissionPrecise.export()"
+ v-if="!row.template_id && row.tool_type === 'CUSTOM' && permissionPrecise.export()"
274
@click.stop="exportTool(row)"
275
>
276
<AppIcon iconName="app-export" class="color-secondary"></AppIcon>
0 commit comments