[Update] 修复录像存储ceph的help_text

pull/3783/head
Bai 2020-03-17 16:15:37 +08:00
parent 8d33990050
commit a67b445026
1 changed files with 0 additions and 7 deletions

View File

@ -117,13 +117,6 @@ class ReplayStorageCephForm(BaseReplayStorageForm):
)
ceph_endpoint = forms.CharField(
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
"""
)
)