diff --git a/src/views/assets/Cloud/const.js b/src/views/assets/Cloud/const.js index 9a4afda69..f3504b747 100644 --- a/src/views/assets/Cloud/const.js +++ b/src/views/assets/Cloud/const.js @@ -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'] } }