feat: ES 命令存储支持忽略证书验证

This commit is contained in:
xinwen
2021-05-06 19:04:15 +08:00
committed by 老广
parent 0ad025f63b
commit 411aae6829

View File

@@ -32,7 +32,7 @@ export default {
disabled: true
},
meta: {
fields: ['HOSTS', 'INDEX'],
fields: ['HOSTS', 'INDEX', 'IGNORE_VERIFY_CERTS'],
fieldsMeta: {
HOSTS: {
helpText: this.$t('sessions.helpText.esUrl')