Skip to content

Commit e4c35a2

Browse files
committed
Fix the issue where parameter information cannot be set during plugin upgrade
Signed-off-by: hanbingleixue <hanbingleixue@hotmail.com>
1 parent fb8b875 commit e4c35a2

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)