mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-08 20:54:29 +00:00
feat: 资产授权去掉节点的筛选条件
This commit is contained in:
parent
582b2582bf
commit
cb2ceea132
@ -169,7 +169,6 @@ export default {
|
||||
{ label: this.$t('perms.UserGroups'), value: 'user_group' },
|
||||
{ label: this.$t('perms.IP'), value: 'ip' },
|
||||
{ label: this.$t('perms.hostName'), value: 'hostname' },
|
||||
{ label: this.$t('perms.Node'), value: 'node' },
|
||||
{ label: this.$t('perms.SystemUser'), value: 'system_user' },
|
||||
{
|
||||
label: this.$t('perms.Inherit'), value: 'all',
|
||||
|
Loading…
Reference in New Issue
Block a user