Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/279 Reviewed-by: A00老虎 <openihu@noreply.localhost>pull/295/head
@@ -768,6 +768,7 @@ cloudbrain2 = cloudbrain2 | |||||
cloudbrain_selection = select cloudbrain | cloudbrain_selection = select cloudbrain | ||||
cloudbrain_platform_selection = Select the cloudbrain platform you want to use: | cloudbrain_platform_selection = Select the cloudbrain platform you want to use: | ||||
confirm_choice = confirm | confirm_choice = confirm | ||||
cloudbran1_tips = Only data in zip format can create cloudbrain tasks | |||||
template.items = Template Items | template.items = Template Items | ||||
template.git_content = Git Content (Default Branch) | template.git_content = Git Content (Default Branch) | ||||
@@ -770,6 +770,7 @@ cloudbrain2=云脑2 | |||||
cloudbrain_selection=云脑选择 | cloudbrain_selection=云脑选择 | ||||
cloudbrain_platform_selection=选择您准备使用的云脑平台: | cloudbrain_platform_selection=选择您准备使用的云脑平台: | ||||
confirm_choice=确定 | confirm_choice=确定 | ||||
cloudbran1_tips=只有zip格式的数据才能发起云脑任务 | |||||
template.items=模板选项 | template.items=模板选项 | ||||
template.git_content=Git数据(默认分支) | template.git_content=Git数据(默认分支) | ||||
@@ -23,7 +23,8 @@ | |||||
</div> | </div> | ||||
<div class="required field {{if .Err_Email}}error{{end}}"> | <div class="required field {{if .Err_Email}}error{{end}}"> | ||||
<label for="email">{{.i18n.Tr "email"}}</label> | <label for="email">{{.i18n.Tr "email"}}</label> | ||||
<input id="email" name="email" disabled value="{{.SignedUser.Email}}"> | |||||
<input type="hidden" id="email" name="email" value="{{.SignedUser.Email}}" > | |||||
<input disabled value="{{.SignedUser.Email}}"> | |||||
</div> | </div> | ||||
<div class="inline field"> | <div class="inline field"> | ||||
<div class="ui checkbox" id="keep-email-private"> | <div class="ui checkbox" id="keep-email-private"> | ||||
@@ -1,5 +1,8 @@ | |||||
<template> | <template> | ||||
<div class="dropzone-wrapper dataset-files"> | <div class="dropzone-wrapper dataset-files"> | ||||
<div class="ui pointing below red basic label"> | |||||
<i class="icon info circle"></i>只有zip格式的数据才能发起云脑任务 | |||||
</div> | |||||
<div | <div | ||||
id="dataset" | id="dataset" | ||||
class="dropzone" | class="dropzone" | ||||
@@ -1,5 +1,8 @@ | |||||
<template> | <template> | ||||
<div class="dropzone-wrapper dataset-files"> | <div class="dropzone-wrapper dataset-files"> | ||||
<div class="ui pointing below red basic label"> | |||||
<i class="icon info circle"></i>只有zip格式的数据才能发起云脑任务 | |||||
</div> | |||||
<div | <div | ||||
id="dataset" | id="dataset" | ||||
class="dropzone" | class="dropzone" | ||||