fix: 修复proxmox某些情况下执行卡住的bug

This commit is contained in:
xiaojunnuo
2025-08-28 15:47:32 +08:00
parent 3e079e3b80
commit ebd6917a1d
2 changed files with 5 additions and 3 deletions
@@ -61,10 +61,12 @@ export class ProxmoxAccess extends BaseAccess {
@AccessInput({
title: '领域',
value: "pam",
component: {
placeholder: 'realm',
placeholder: 'pam、pve。默认值 pam',
},
required: true,
helper:"pam 或 pve。默认值 pam",
required: false,
encrypt: false,
})
realm = '';