mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/sky22333/ansible-ui
synced 2026-09-20 08:03:57 +08:00
修复auth_method字段
This commit is contained in:
@@ -30,6 +30,7 @@ interface Host {
|
||||
password?: string;
|
||||
status?: 'checking' | 'success' | 'unreachable' | 'failed' | null;
|
||||
is_password_encrypted?: boolean;
|
||||
auth_method?: 'password' | 'key';
|
||||
}
|
||||
|
||||
// Define Access Log type
|
||||
|
||||
Reference in New Issue
Block a user