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