Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #109 from Bluemangoo/945
Browse files Browse the repository at this point in the history
Feat: enable multi-command stop command
  • Loading branch information
YuMao233 authored Jul 24, 2023
2 parents 68e2391 + 4c7260b commit a40dbfc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/views/InstanceDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,10 @@ Copyright (C) 2022 MCSManager <[email protected]>
{{ $t("instancesDetail.stopCmdInfo") }}
</div>
</div>
<el-input v-model="instanceInfo.config.stopCommand" type="text"></el-input>
<el-input v-model="instanceInfo.config.stopCommand"
:rows="2"
type="textarea"
resize="none"></el-input>
</el-col>
<el-col :lg="8" class="row-mt">
<div class="sub-title">
Expand Down

0 comments on commit a40dbfc

Please sign in to comment.