mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 16:31:33 +00:00
perf: 修改默认值和变量名
This commit is contained in:
@@ -68,5 +68,5 @@ class SessionType(TextChoices):
|
||||
|
||||
|
||||
class ActionPermission(TextChoices):
|
||||
read_only = "readonly", _('Read Only')
|
||||
readonly = "readonly", _('Read Only')
|
||||
writable = "writable", _('Writable')
|
||||
|
Reference in New Issue
Block a user