mirror of https://github.com/jumpserver/jumpserver
perf: update i18n
parent
e03d983020
commit
6e83420e67
|
@ -695,8 +695,8 @@
|
||||||
"JobCreate": "Create job",
|
"JobCreate": "Create job",
|
||||||
"JobDetail": "Job details",
|
"JobDetail": "Job details",
|
||||||
"JobExecutionLog": "Executions",
|
"JobExecutionLog": "Executions",
|
||||||
"JobList": "Job List",
|
"JobList": "Jobs",
|
||||||
"JobManagement": "Job List",
|
"JobManagement": "Jobs",
|
||||||
"JobUpdate": "Update the job",
|
"JobUpdate": "Update the job",
|
||||||
"JobsAudit": "Job audits",
|
"JobsAudit": "Job audits",
|
||||||
"KingSoftCloud": "KingSoft cloud",
|
"KingSoftCloud": "KingSoft cloud",
|
||||||
|
|
|
@ -187,9 +187,10 @@ class OpsSettingSerializer(serializers.Serializer):
|
||||||
help_text=_('Allow users to execute batch commands in the Workbench - Job Center - Adhoc')
|
help_text=_('Allow users to execute batch commands in the Workbench - Job Center - Adhoc')
|
||||||
)
|
)
|
||||||
SECURITY_COMMAND_BLACKLIST = serializers.ListField(
|
SECURITY_COMMAND_BLACKLIST = serializers.ListField(
|
||||||
child=serializers.CharField(max_length=1024, ),
|
child=serializers.CharField(max_length=1024),
|
||||||
label=_('Command blacklist'),
|
label=_('Command blacklist'),
|
||||||
help_text=_("Command blacklist in Adhoc")
|
help_text=_("Command blacklist in Adhoc"),
|
||||||
|
default=list,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue