mirror of https://github.com/jumpserver/jumpserver
perf: 优化账号用户名字段提示信息(null 的情况)
parent
65ca953f5b
commit
f0cc64c74e
|
@ -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`")}
|
||||
}
|
||||
|
|
|
@ -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
|
@ -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
Loading…
Reference in New Issue