mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-17 07:42:41 +00:00
Fix the issue of missing Oracle port in the endpoint order.
This commit is contained in:
@@ -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: {
|
||||||
|
Reference in New Issue
Block a user