mirror of https://github.com/certd/certd
fix: 修复proxmox某些情况下执行卡住的bug
parent
3e079e3b80
commit
ebd6917a1d
|
@ -45,7 +45,7 @@
|
|||
"@certd/acme-client": "^1.36.17",
|
||||
"@certd/basic": "^1.36.17",
|
||||
"@certd/commercial-core": "^1.36.17",
|
||||
"@certd/cv4pve-api-javascript": "^8.4.1",
|
||||
"@certd/cv4pve-api-javascript": "^8.4.2",
|
||||
"@certd/jdcloud": "^1.36.17",
|
||||
"@certd/lib-huawei": "^1.36.17",
|
||||
"@certd/lib-k8s": "^1.36.17",
|
||||
|
|
|
@ -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 = '';
|
||||
|
|
Loading…
Reference in New Issue