terminal页面提交

This commit is contained in:
sonake
2020-04-01 14:38:08 +08:00
parent f1880fe810
commit 7ec433f5ce
12 changed files with 818 additions and 1 deletions

View File

@@ -67,6 +67,16 @@
value: '2',
label:i18n.t('alert.list.expired')
}
],
terminalProtocol:[
{
value: 'SSH',
label: i18n.t('config.terminallog.SSH')
},
{
value: 'TELNET',
label: i18n.t('config.terminallog.TELNET')
}
]
};
export default searchSelectInfo;