mirror of https://github.com/jumpserver/jumpserver
[Update] 修复录像存储ceph的help_text
parent
8d33990050
commit
a67b445026
|
@ -117,13 +117,6 @@ class ReplayStorageCephForm(BaseReplayStorageForm):
|
||||||
)
|
)
|
||||||
ceph_endpoint = forms.CharField(
|
ceph_endpoint = forms.CharField(
|
||||||
max_length=128, label=_('Endpoint'), required=False,
|
max_length=128, label=_('Endpoint'), required=False,
|
||||||
help_text=_(
|
|
||||||
"""
|
|
||||||
S3: http://s3.{REGION_NAME}.amazonaws.com <br>
|
|
||||||
S3(China): http://s3.{REGION_NAME}.amazonaws.com.cn <br>
|
|
||||||
Example: http://s3.cn-north-1.amazonaws.com.cn
|
|
||||||
"""
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue