mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-17 23:59:02 +00:00
perf: Default endpoint cannot be disabled
This commit is contained in:
@@ -41,13 +41,17 @@ export default {
|
||||
},
|
||||
oracle_port_range: {
|
||||
disabled: true
|
||||
},
|
||||
is_active: {
|
||||
disabled: this.$route.params.id === '00000000-0000-0000-0000-000000000001'
|
||||
}
|
||||
},
|
||||
hasDetailInMsg: false
|
||||
}
|
||||
},
|
||||
computed: {},
|
||||
created() {},
|
||||
created() {
|
||||
},
|
||||
methods: {}
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user