Skip to content

Commit 41390eb

Browse files
authored
Merge pull request #1634 from hanbingleixue/hotplugging
Fix the issue where parameter information cannot be set during plugin install
2 parents 995cacc + e4c35a2 commit 41390eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sermant-backend/src/main/webapp/frontend/src/views/InstancesView.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@
195195
<TooltipIcon :content="$t('instanceView.agentPathNotice')"/>
196196
</el-form-item>
197197
<el-form-item
198-
v-if="hotPluggingConfig.commandType == 'UPDATE-AGENT' || hotPluggingConfig.commandType == 'UPDATE-PLUGINS'"
198+
v-if="hotPluggingConfig.commandType == 'UPDATE-AGENT' || hotPluggingConfig.commandType == 'UPDATE-PLUGINS'
199+
|| hotPluggingConfig.commandType == 'INSTALL-PLUGINS'"
199200
:label="$t('instanceView.param')" label-width="140px"
200201
prop="param">
201202
<el-input v-model="hotPluggingConfig.params" class="input-style"

0 commit comments

Comments
 (0)