perf: 云同步 LAN 添加测试超时时间选项

This commit is contained in:
Jiangjie.Bai
2022-08-11 16:15:06 +08:00
committed by Jiangjie.Bai
parent b400c13965
commit 2f80b66b07

View File

@@ -102,6 +102,6 @@ export const ACCOUNT_PROVIDER_ATTRS_MAP = {
[lan]: {
name: lan,
title: i18n.t('xpack.Cloud.LAN'),
attrs: ['ip_group', 'test_port', 'platform', 'hostname_prefix']
attrs: ['ip_group', 'test_port', 'test_timeout', 'platform', 'hostname_prefix']
}
}