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 20260df commit dac0a9cCopy full SHA for dac0a9c
ui/src/views/template/component/ModelCard.vue
@@ -81,13 +81,7 @@
81
<el-tooltip effect="dark" :content="$t('common.modify')" placement="top">
82
<el-button text :disabled="!is_permisstion" @click.stop="openEditModel">
83
<el-icon>
84
- <component
85
- :is="
86
- currentModel.status === 'ERROR' || currentModel.status === 'PAUSE_DOWNLOAD'
87
- ? 'RefreshRight'
88
- : 'EditPen'
89
- "
90
- />
+ <el-icon><EditPen /></el-icon>
91
</el-icon>
92
</el-button>
93
</el-tooltip>
0 commit comments