perf: add vnc port for endpoint

This commit is contained in:
Eric
2024-11-11 21:54:00 +08:00
committed by Eric_Lee
parent c610d396d6
commit 0da81ea60d
2 changed files with 2 additions and 2 deletions

View File

@@ -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'
] ]
], ],
[ [

View File

@@ -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'
] ]