mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-09 03:09:34 +00:00
fix: 移动【会话设置保留时间】至定期清理设置页面
This commit is contained in:
@@ -25,3 +25,8 @@ class CleaningSerializer(serializers.Serializer):
|
||||
min_value=1, max_value=9999,
|
||||
label=_("Cloud sync record keep days"), help_text=_("Unit: day")
|
||||
)
|
||||
TERMINAL_SESSION_KEEP_DURATION = serializers.IntegerField(
|
||||
min_value=1, max_value=99999, required=True, label=_('Session keep duration'),
|
||||
help_text=_('Unit: days, Session, record, command will be delete if more than duration, only in database')
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user