mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
fix: 隐藏终端详情中的端口数据
Closes https://github.com/jumpserver/trello/issues/986
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user