|
|
|
@@ -201,7 +201,7 @@ |
|
|
|
</div> |
|
|
|
<div class="unite min_title inline fields"> |
|
|
|
<div class="three wide field right aligned"> |
|
|
|
<label for="Description">任务描述 </label> |
|
|
|
<label for="Description">任务描述 </label> |
|
|
|
</div> |
|
|
|
<div class="twelve wide field"> |
|
|
|
<textarea id="Description" name="Description" rows="1" maxlength="255" placeholder='{{.i18n.Tr "repo.modelarts.train_job.new_place"}}' onchange="this.value=this.value.substring(0, 255)" onkeydown="this.value=this.value.substring(0, 255)" onkeyup="this.value=this.value.substring(0, 256)"></textarea> |
|
|
|
@@ -286,7 +286,7 @@ |
|
|
|
</div> |
|
|
|
<div class="unite min_title inline fields"> |
|
|
|
<div class="three wide field right aligned"> |
|
|
|
<label for="NetOutputFormat">网络输出数据类型 </label> |
|
|
|
<label for="NetOutputFormat">网络输出数据类型 </label> |
|
|
|
</div> |
|
|
|
|
|
|
|
<select id="NetOutputFormat" class="ui search dropdown eight wide field" placeholder="" style='width:50%' name="NetOutputFormat"> |
|
|
|
|