perf: 还原国际化文本格式

pull/9880/head
吴小白 2023-03-08 13:42:37 +08:00
parent 17ec105f69
commit 7d6295775f
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ class DeployOptionsSerializer(serializers.Serializer):
If the release machine and the Core service are on the same network segment, If the release machine and the Core service are on the same network segment,
it is recommended to fill in the intranet address, otherwise fill in the current site URL it is recommended to fill in the intranet address, otherwise fill in the current site URL
<br> <br>
eg: https://172.16.10.110 or https://dev.jumpserver.com eg: https://172.16.10.110 or https://dev.jumpserver.com
""") """)
) )
IGNORE_VERIFY_CERTS = serializers.BooleanField(default=True, label=_("Ignore Certificate Verification")) IGNORE_VERIFY_CERTS = serializers.BooleanField(default=True, label=_("Ignore Certificate Verification"))
RDS_Licensing = serializers.BooleanField(default=False, label=_("Existing RDS license")) RDS_Licensing = serializers.BooleanField(default=False, label=_("Existing RDS license"))