mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-13 21:59:14 +00:00
perf: add vnc port for endpoint
This commit is contained in:
@@ -23,7 +23,7 @@ export default {
|
||||
[
|
||||
this.$t('Port'),
|
||||
[
|
||||
'http_port', 'https_port', 'ssh_port', 'rdp_port'
|
||||
'http_port', 'https_port', 'ssh_port', 'rdp_port','vnc_port'
|
||||
]
|
||||
],
|
||||
[
|
||||
|
@@ -23,7 +23,7 @@ export default {
|
||||
min: ['name', 'actions'],
|
||||
default: [
|
||||
'name', 'host', 'actions',
|
||||
'http_port', 'https_port', 'ssh_port', 'rdp_port',
|
||||
'http_port', 'https_port', 'ssh_port', 'rdp_port','vnc_port',
|
||||
'mysql_port', 'mariadb_port', 'postgresql_port',
|
||||
'redis_port', 'sqlserver_port', 'oracle_port_range', 'is_active'
|
||||
]
|
||||
|
Reference in New Issue
Block a user