mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-13 13:59:17 +00:00
perf: web 和 自定义类型资产支持匿名账号
This commit is contained in:
@@ -13,6 +13,7 @@ class AliasAccount(TextChoices):
|
||||
ALL = '@ALL', _('All')
|
||||
INPUT = '@INPUT', _('Manual input')
|
||||
USER = '@USER', _('Dynamic user')
|
||||
ANON = '@ANON', _('Anonymous user')
|
||||
|
||||
|
||||
class Source(TextChoices):
|
||||
|
Reference in New Issue
Block a user