浏览代码

fix issue

tags/v1.22.7.1
zhoupzh 3 年前
父节点
当前提交
a986ea4faa
共有 4 个文件被更改,包括 11 次插入1 次删除
  1. +1
    -0
      options/locale/locale_en-US.ini
  2. +1
    -1
      options/locale/locale_zh-CN.ini
  3. +4
    -0
      templates/repo/cloudbrain/trainjob/show.tmpl
  4. +5
    -0
      templates/repo/modelarts/trainjob/show.tmpl

+ 1
- 0
options/locale/locale_en-US.ini 查看文件

@@ -997,6 +997,7 @@ image_delete_fail=Failed to delete image, please try again later.
image_overwrite=You had submitted the same name image before, are you sure to overwrite the original image?
download=Download
score=Score
file_limit_100 = Display up to 100 files or folders in a single directory

images.name = Image Tag
images.name_placerholder = Please enter the image name


+ 1
- 1
options/locale/locale_zh-CN.ini 查看文件

@@ -997,7 +997,7 @@ image_delete_fail=删除镜像失败,请稍后再试。
image_overwrite=您已经提交过相同名称的镜像,您确定要覆盖原来提交的镜像吗?
download=模型下载
score=评分
file_limit_100 = 单目录下最多显示100个文件或文件夹

images.name = 镜像Tag
images.name_placerholder = 请输入镜像Tag


+ 4
- 0
templates/repo/cloudbrain/trainjob/show.tmpl 查看文件

@@ -474,6 +474,10 @@
<div id="dir_list{{.VersionName}}">

</div>
<div style="display:flex;align-items: center;justify-content: end;color: #f2711c;">
<i class="ri-error-warning-line" style="margin-right:0.5rem;"></i>
<span>{{$.i18n.Tr "repo.file_limit_100"}}</span>
</div>
</div>

</div>


+ 5
- 0
templates/repo/modelarts/trainjob/show.tmpl 查看文件

@@ -525,6 +525,7 @@
data-version="{{.VersionName}}"></i>
<div id="metric-{{.VersionName}}" style="height: 260px;width: 870px;">
</div>
</div>
<div class="ui tab" data-tab="third{{$k}}">
<input type="hidden" name="model{{.VersionName}}" value="-1">
@@ -537,6 +538,10 @@
<div id="dir_list{{.VersionName}}">

</div>
<div style="display:flex;align-items: center;justify-content: end;color: #f2711c;">
<i class="ri-error-warning-line" style="margin-right:0.5rem;"></i>
<span>{{$.i18n.Tr "repo.file_limit_100"}}</span>
</div>
</div>

</div>


正在加载...
取消
保存