Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1845/head
zouap 3 years ago
parent
commit
5b4a6d1b25
3 changed files with 6 additions and 7 deletions
  1. +1
    -0
      options/locale/locale_en-US.ini
  2. +1
    -0
      options/locale/locale_zh-CN.ini
  3. +4
    -7
      templates/repo/modelarts/notebook/show.tmpl

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

@@ -922,6 +922,7 @@ cloudbrain.endtime=End Time
cloudbrain.runinfo=Task Runtime Information cloudbrain.runinfo=Task Runtime Information
cloudbrain.time.starttime=Start run time cloudbrain.time.starttime=Start run time
cloudbrain.time.endtime=End run time cloudbrain.time.endtime=End run time
cloudbrain.datasetdownload=Dataset download url
model_manager = Model model_manager = Model
model_noright=No right model_noright=No right
model_rename=Duplicate model name, please modify model name. model_rename=Duplicate model name, please modify model name.


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

@@ -969,6 +969,7 @@ cloudbrain.endtime=结束时间
cloudbrain.runinfo=任务运行简况 cloudbrain.runinfo=任务运行简况
cloudbrain.time.starttime=开始运行时间 cloudbrain.time.starttime=开始运行时间
cloudbrain.time.endtime=结束运行时间 cloudbrain.time.endtime=结束运行时间
cloudbrain.datasetdownload=数据集下载地址
record_begintime_get_err=无法获取统计开始时间。 record_begintime_get_err=无法获取统计开始时间。
parameter_is_wrong=输入参数错误,请检查输入参数。 parameter_is_wrong=输入参数错误,请检查输入参数。
total_count_get_error=查询总页数失败。 total_count_get_error=查询总页数失败。


+ 4
- 7
templates/repo/modelarts/notebook/show.tmpl View File

@@ -101,10 +101,7 @@
line-height: 30px; line-height: 30px;
padding-bottom: 20px; padding-bottom: 20px;
} }
.ti-text-form-contentline60{
line-height: 60px;
padding-bottom: 20px;
}

.ti-form>tbody>tr>td { .ti-form>tbody>tr>td {
vertical-align: top; vertical-align: top;
white-space: normal; white-space: normal;
@@ -307,17 +304,17 @@ td, th {
</td> </td>


<td class="ti-text-form-content"> <td class="ti-text-form-content">
<div class="text-span text-span-w" id="model_description">
<div class="text-span-new" id="model_description">
{{.Description}} {{.Description}}
</div> </div>
</td> </td>
</tr> </tr>
<tr class="ti-no-ng-animate"> <tr class="ti-no-ng-animate">
<td class="ti-no-ng-animate ti-text-form-label text-width80"> <td class="ti-no-ng-animate ti-text-form-label text-width80">
数据集下载地址
{{$.i18n.Tr "repo.cloudbrain.datasetdownload"}}
</td> </td>


<td class="ti-text-form-contentline60">
<td class="ti-text-form-content">
<div class="text-span-new" id="model_description"> <div class="text-span-new" id="model_description">
{{$.datasetDownloadLink}} {{$.datasetDownloadLink}}
</div> </div>


Loading…
Cancel
Save