mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
feat: 系统设置 - 终端设置 - 端点规则: 新增字段is_active控制是否启用
This commit is contained in:
@@ -22,7 +22,7 @@ export default {
|
|||||||
},
|
},
|
||||||
successUrl: { name: 'TerminalSetting', params: { activeMenu: 'EndpointRuleList' }},
|
successUrl: { name: 'TerminalSetting', params: { activeMenu: 'EndpointRuleList' }},
|
||||||
fields: [
|
fields: [
|
||||||
[this.$t('common.Basic'), ['name', 'priority']],
|
[this.$t('common.Basic'), ['name', 'priority', 'is_active']],
|
||||||
[this.$t('terminal.Endpoint'), ['ip_group', 'endpoint']],
|
[this.$t('terminal.Endpoint'), ['ip_group', 'endpoint']],
|
||||||
[this.$t('common.Other'), ['comment']]
|
[this.$t('common.Other'), ['comment']]
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user