perf: 优化账号用户名字段提示信息(null 的情况)

pull/10412/head
Bai 2023-05-09 18:36:21 +08:00 committed by Jiangjie.Bai
parent 65ca953f5b
commit f0cc64c74e
5 changed files with 385 additions and 361 deletions

View File

@ -78,4 +78,5 @@ class BaseAccountSerializer(AuthValidateMixin, BulkOrgResourceModelSerializer):
]
extra_kwargs = {
'spec_info': {'label': _('Spec info')},
'username': {'help_text': _("Tip: If no username is required for authentication, fill in `null`")}
}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24858bf247f7af58abda5adb5be733b7b995df2e26de7c91caf43f7aa0dd3be0
size 139654
oid sha256:e3d2510369021ec160d292274694c0bfbd50200b5937aee4206c32bbe018cec8
size 139997

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0788b48bc50cffe3e7ff83803ef0edadfc120c9165bfe6bccd1f896d8bf39397
size 114419
oid sha256:5dd509799bc1f28429dc4500dd893ab3872879c298e7016ecd219a7b9a4597a0
size 114702

File diff suppressed because it is too large Load Diff