Fix the issue of missing Oracle port in the endpoint order.

This commit is contained in:
zhaojisen
2025-06-11 11:23:15 +08:00
committed by ZhaoJiSen
parent c8b2ec9cdb
commit 68a474644c

View File

@@ -30,7 +30,7 @@ export default {
'', '',
[ [
'mysql_port', 'mariadb_port', 'postgresql_port', 'mysql_port', 'mariadb_port', 'postgresql_port',
'redis_port', 'sqlserver_port', 'oracle_port_range' 'redis_port', 'sqlserver_port', 'oracle_port'
] ]
], ],
[this.$t('Other'), ['is_active', 'comment']] [this.$t('Other'), ['is_active', 'comment']]
@@ -39,7 +39,7 @@ export default {
host: { host: {
disabled: this.$route.params.id === '00000000-0000-0000-0000-000000000001' disabled: this.$route.params.id === '00000000-0000-0000-0000-000000000001'
}, },
oracle_port_range: { oracle_port: {
disabled: true disabled: true
}, },
is_active: { is_active: {