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.
2 parents 995cacc + e4c35a2 commit 41390ebCopy full SHA for 41390eb
sermant-backend/src/main/webapp/frontend/src/views/InstancesView.vue
@@ -195,7 +195,8 @@
195
<TooltipIcon :content="$t('instanceView.agentPathNotice')"/>
196
</el-form-item>
197
<el-form-item
198
- v-if="hotPluggingConfig.commandType == 'UPDATE-AGENT' || hotPluggingConfig.commandType == 'UPDATE-PLUGINS'"
+ v-if="hotPluggingConfig.commandType == 'UPDATE-AGENT' || hotPluggingConfig.commandType == 'UPDATE-PLUGINS'
199
+ || hotPluggingConfig.commandType == 'INSTALL-PLUGINS'"
200
:label="$t('instanceView.param')" label-width="140px"
201
prop="param">
202
<el-input v-model="hotPluggingConfig.params" class="input-style"
0 commit comments