Browse Source

fix issue

tags/v1.22.3.2^2
zhoupzh 3 years ago
parent
commit
39ebb7358c
1 changed files with 0 additions and 14 deletions
  1. +0
    -14
      templates/repo/modelarts/notebook/new.tmpl

+ 0
- 14
templates/repo/modelarts/notebook/new.tmpl View File

@@ -59,21 +59,7 @@
{{end}} {{end}}
</select> </select>
</div> </div>
<<<<<<< HEAD
{{template "custom/select_dataset" .}} {{template "custom/select_dataset" .}}
=======

<div class="inline field">
<label>{{.i18n.Tr "cloudbrain.dataset"}}</label>
<input type="text" list="cloudbrain_dataset" placeholder="{{.i18n.Tr "cloudbrain.select_dataset"}}" name="" id="answerInput" autofocus maxlength="36">
<datalist id="cloudbrain_dataset" class="ui search" style='width:385px' name="attachment">
{{range .attachments}}
<option name="attachment" data-value="{{.UUID}}">{{.Attachment.Name}}</option>
{{end}}
</datalist>
<input type="hidden" name="attachment" id="answerInput-hidden">
</div>
>>>>>>> V20220328


<!--<div class="inline required field"> <!--<div class="inline required field">
<label>工作环境</label> <label>工作环境</label>


Loading…
Cancel
Save