Browse Source

fix issue 228

tags/v1.21.8^2
hit172587zpz 4 years ago
parent
commit
0f5159617c
3 changed files with 6 additions and 1 deletions
  1. +1
    -0
      options/locale/locale_en-US.ini
  2. +1
    -0
      options/locale/locale_zh-CN.ini
  3. +4
    -1
      templates/repo/datasets/index.tmpl

+ 1
- 0
options/locale/locale_en-US.ini View File

@@ -767,6 +767,7 @@ cloudbrain2 = cloudbrain2
cloudbrain_selection = select cloudbrain
cloudbrain_platform_selection = Select the cloudbrain platform you want to use:
confirm_choice = confirm
cloudbran1_tips = Only data in zip format can create cloudbrain tasks

template.items = Template Items
template.git_content = Git Content (Default Branch)


+ 1
- 0
options/locale/locale_zh-CN.ini View File

@@ -769,6 +769,7 @@ cloudbrain2=云脑2
cloudbrain_selection=云脑选择
cloudbrain_platform_selection=选择您准备使用的云脑平台:
confirm_choice=确定
cloudbran1_tips=只有zip格式的数据才能发起云脑任务

template.items=模板选项
template.git_content=Git数据(默认分支)


+ 4
- 1
templates/repo/datasets/index.tmpl View File

@@ -66,10 +66,13 @@
<div class="ui stackable grid">
<div class="twelve wide column">
<div class="ui sixteen wide column">
<div class="ui two column stackable grid">
<div class="ui three column stackable grid">
<div class="column">
<h2>{{if eq .Type 0}}{{.i18n.Tr "repo.cloudbrain1"}}{{else}}{{.i18n.Tr "repo.cloudbrain2"}}{{end}}-{{.i18n.Tr "datasets"}}</h2>
</div>
<div class="column">
<span style="margin-right: 1em;color: red;">{{.i18n.Tr "repo.cloudbran1_tips"}}</span>
</div>
<div class="column right aligned" style="z-index:1">
<div class="ui right dropdown type jump item">
<span class="text">


Loading…
Cancel
Save