fix: 隐藏终端详情中的端口数据

Closes https://github.com/jumpserver/trello/issues/986
This commit is contained in:
Orange
2021-04-14 16:39:08 +08:00
committed by 老广
parent 9a41ccbdd7
commit 834033f2fd

View File

@@ -55,14 +55,14 @@ export default {
key: this.$t('sessions.remoteAddr'),
value: this.terminalData.remote_addr
},
{
key: this.$t('sessions.sshPort'),
value: this.terminalData.ssh_port
},
{
key: this.$t('sessions.httpPort'),
value: this.terminalData.http_port
},
// {
// key: this.$t('sessions.sshPort'),
// value: this.terminalData.ssh_port
// },
// {
// key: this.$t('sessions.httpPort'),
// value: this.terminalData.http_port
// },
{
key: this.$t('sessions.dateCreated'),
value: this.terminalData.date_created