mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-28 07:47:10 +00:00
perf: 修正发布机部署单用户单会话选项
This commit is contained in:
parent
91ea738dcd
commit
93c0f11a5f
@ -25,8 +25,8 @@ class DeployOptionsSerializer(serializers.Serializer):
|
||||
(2, _('Per Device')),
|
||||
)
|
||||
SESSION_PER_USER = (
|
||||
(1, _("Disabled")),
|
||||
(0, _("Enabled")),
|
||||
(0, _("Disabled")),
|
||||
(1, _("Enabled")),
|
||||
)
|
||||
|
||||
CORE_HOST = serializers.CharField(
|
||||
|
Loading…
Reference in New Issue
Block a user