mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
perf: 优化 is_active 到 Other 中
This commit is contained in:
@@ -22,9 +22,9 @@ export default {
|
||||
},
|
||||
successUrl: { name: 'TerminalSetting', params: { activeMenu: 'EndpointRuleList' }},
|
||||
fields: [
|
||||
[this.$t('common.Basic'), ['name', 'priority', 'is_active']],
|
||||
[this.$t('common.Basic'), ['name', 'priority']],
|
||||
[this.$t('terminal.Endpoint'), ['ip_group', 'endpoint']],
|
||||
[this.$t('common.Other'), ['comment']]
|
||||
[this.$t('common.Other'), ['is_active', 'comment']]
|
||||
],
|
||||
fieldsMeta: {
|
||||
endpoint: {
|
||||
|
Reference in New Issue
Block a user