feat: support disabling KVM hosts
Build and Deploy Vue3 / build (push) Successful in 1m28s
Build and Deploy Vue3 / deploy (push) Successful in 53s

This commit is contained in:
shiran
2026-08-08 17:57:05 +08:00
parent 12f1fd23b1
commit e823a43b11
7 changed files with 133 additions and 29 deletions
+3 -3
View File
@@ -859,7 +859,7 @@
<!-- 迁移虚拟机弹窗 -->
<el-dialog v-model="migrateVisible" title="迁移虚拟机更换宿主机" width="560px" destroy-on-close>
<el-alert type="warning" :closable="false" style="margin-bottom:16px">将虚拟机迁移到其他宿主机或宿主机组,请谨慎操作!</el-alert>
<el-alert type="warning" :closable="false" show-icon style="margin-bottom:16px">宿主机迁移为转移配置后重新开通,不保留原虚拟机数据,请谨慎操作!</el-alert>
<el-form label-width="120px" v-loading="migrateOptionsLoading">
<el-form-item label="迁移方式">
<el-radio-group v-model="migrateMode">
@@ -889,9 +889,9 @@
</el-form-item>
</el-col>
</el-row>
<el-form-item label="到期顺延">
<el-form-item label="到期顺延">
<el-input-number v-model="migrateForm.expire_offset_days" :min="0" :step="1" :precision="0" controls-position="right" style="width:100%" />
<div style="font-size:12px;color:#909399">迁移完成后,用户商品到期时间向后顺延;0 表示不调整</div>
<div style="font-size:12px;color:#909399">迁移完成后,用户商品到期时间向后顺延指定天数0 表示不调整</div>
</el-form-item>
</el-form>
<template #footer>