mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-26 23:07:24 +00:00
perf: account backup
This commit is contained in:
parent
1cc983b2eb
commit
b4f511a7ff
@ -20,7 +20,7 @@ class AccountBackupPlanSerializer(PeriodTaskSerializerMixin, BulkOrgResourceMode
|
|||||||
fields = [
|
fields = [
|
||||||
'id', 'name', 'is_periodic', 'interval', 'crontab', 'date_created',
|
'id', 'name', 'is_periodic', 'interval', 'crontab', 'date_created',
|
||||||
'date_updated', 'created_by', 'periodic_display', 'comment',
|
'date_updated', 'created_by', 'periodic_display', 'comment',
|
||||||
'recipients', 'categories'
|
'recipients', 'types'
|
||||||
]
|
]
|
||||||
extra_kwargs = {
|
extra_kwargs = {
|
||||||
'name': {'required': True},
|
'name': {'required': True},
|
||||||
|
Loading…
Reference in New Issue
Block a user