mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
为proxmox登录添加领域字段
This commit is contained in:
@@ -58,6 +58,16 @@ export class ProxmoxAccess extends BaseAccess {
|
||||
encrypt: true,
|
||||
})
|
||||
password = '';
|
||||
|
||||
@AccessInput({
|
||||
title: '领域',
|
||||
component: {
|
||||
placeholder: 'realm',
|
||||
},
|
||||
required: true,
|
||||
encrypt: true,
|
||||
})
|
||||
realm = '';
|
||||
}
|
||||
|
||||
new ProxmoxAccess();
|
||||
|
||||
Reference in New Issue
Block a user