You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

new.tmpl 8.2 kB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. {{template "base/head" .}}
  2. <style>
  3. .inline.required.field.cloudbrain_benchmark {
  4. display: none;
  5. }
  6. </style>
  7. <div id="mask">
  8. <div id="loadingPage">
  9. <div class="rect1"></div>
  10. <div class="rect2"></div>
  11. <div class="rect3"></div>
  12. <div class="rect4"></div>
  13. <div class="rect5"></div>
  14. </div>
  15. </div>
  16. <div class="repository">
  17. {{template "repo/header" .}}
  18. <div class="repository new repo ui middle very relaxed page grid">
  19. <div class="column">
  20. <div class="cloudbrain-type" style="display: none;" data-cloudbrain-type="{{.datasetType}}" data-repo-link="{{.RepoLink}}"></div>
  21. {{template "base/alert" .}}
  22. <div class="ui negative message" id="messageInfo">
  23. <p></p>
  24. </div>
  25. <form class="ui form" id="form_id" action="{{.Link}}" method="post">
  26. {{.CsrfTokenHtml}}
  27. <h3 class="ui top attached header">
  28. {{.i18n.Tr "repo.cloudbrain.new"}}
  29. </h3>
  30. <div class="ui attached segment">
  31. <!-- <br> -->
  32. <div class="inline required field">
  33. <label>{{.i18n.Tr "cloudbrain.compute_resource"}}</label>
  34. <div class="ui blue small menu compact selectcloudbrain">
  35. <a class="item" href="{{.RepoLink}}/cloudbrain/create">
  36. <svg class="svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16">
  37. <path fill="none" d="M0 0h24v24H0z"/>
  38. <path d="M3 2.992C3 2.444 3.445 2 3.993 2h16.014a1 1 0 0 1 .993.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992zM19 11V4H5v7h14zm0 2H5v7h14v-7zM9 6h6v2H9V6zm0 9h6v2H9v-2z"/>
  39. </svg>
  40. CPU/GPU</a>
  41. <a class="active item" href="{{.RepoLink}}/modelarts/notebook/create">
  42. <svg class="svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16">
  43. <path fill="none" d="M0 0h24v24H0z"/>
  44. <path d="M3 2.992C3 2.444 3.445 2 3.993 2h16.014a1 1 0 0 1 .993.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992zM19 11V4H5v7h14zm0 2H5v7h14v-7zM9 6h6v2H9V6zm0 9h6v2H9v-2z"/>
  45. </svg>
  46. Ascend NPU</a>
  47. </div>
  48. {{template "custom/wait_count" .}}
  49. </div>
  50. <div class="inline required field">
  51. <label>{{.i18n.Tr "cloudbrain.task_name"}}</label>
  52. <input name="display_job_name" id="cloudbrain_job_name" placeholder="任务名称" value="{{.display_job_name}}" tabindex="3" autofocus required maxlength="255" onkeyup="this.value=this.value.replace(/[, ]/g,'')">
  53. </div>
  54. <div class="inline required field">
  55. <label>{{.i18n.Tr "cloudbrain.mirror"}}</label>
  56. <select id="cloudbrain_image" class="ui search dropdown" placeholder="{{.i18n.Tr "cloudbrain.choose_mirror"}}" style='width:385px' name="image_id">
  57. {{range .images}}
  58. <option name="image_id" value="{{.Id}}">{{.Value}}</option>
  59. {{end}}
  60. </select>
  61. </div>
  62. <div id="select-multi-dataset">
  63. </div>
  64. <!--<div class="inline required field">
  65. <label>工作环境</label>
  66. <input name="de" id="cloudbrain_de" value="{{.env}}" tabindex="3" disabled autofocus required maxlength="255" readonly="readonly">
  67. </div>
  68. <div class="inline required field">
  69. <label>类型</label>
  70. <input name="job_type" id="cloudbrain_job_type" value="{{.notebook_type}}" tabindex="3" disabled autofocus required maxlength="255" readonly="readonly">
  71. </div> -->
  72. <div class="inline required field">
  73. <label>{{.i18n.Tr "cloudbrain.specification"}}</label>
  74. <select id="cloudbrain_flavor" class="ui search dropdown" placeholder="选择规格" style='width:385px' name="flavor">
  75. {{range .flavors}}
  76. <option name="flavor" value="{{.Value}}">{{.Desc}}</option>
  77. {{end}}
  78. </select>
  79. </div>
  80. <!--<div class="inline required field">
  81. <label>数据集存放路径</label>
  82. <input name="dataset_path" id="cloudbrain_dataset_path" value="{{.dataset_path}}" tabindex="3" disabled autofocus required maxlength="255" readonly="readonly">
  83. </div> -->
  84. <div class="inline field">
  85. <label>{{.i18n.Tr "cloudbrain.description"}}</label>
  86. <input name="description" id="cloudbrain_description" tabindex="3" autofocus maxlength="255">
  87. </div>
  88. <div class="inline field">
  89. <label></label>
  90. <button class="ui green button">
  91. {{.i18n.Tr "repo.cloudbrain.new"}}
  92. </button>
  93. <a class="ui button cancel" href="{{.RepoLink}}/debugjob?debugListType=all">{{.i18n.Tr "repo.cloudbrain.cancel"}}</a>
  94. </div>
  95. </div>
  96. </form>
  97. </div>
  98. </div>
  99. </div>
  100. {{template "base/footer" .}}
  101. <script>
  102. // 判断必填选项是否填写正确
  103. let form = document.getElementById('form_id');
  104. $('#messageInfo').css('display','none')
  105. function validate(){
  106. $('.ui.form').form({
  107. on: 'blur',
  108. fields: {
  109. display_job_name:{
  110. identifier : 'display_job_name',
  111. rules: [
  112. {
  113. type: 'regExp[/^[a-z0-9][a-z0-9-_]{1,36}$/]',
  114. }
  115. ]
  116. },
  117. },
  118. onSuccess: function(){
  119. },
  120. onFailure: function(e){
  121. return false;
  122. }
  123. })
  124. }
  125. validate();
  126. form.onsubmit = function(e){
  127. let value_task = $("input[name='display_job_name']").val()
  128. let re = /^[a-z0-9][a-z0-9-_]{1,36}$/
  129. let flag = re.test(value_task)
  130. if(!flag){
  131. $('#messageInfo').css('display','block')
  132. let str = '只能以小写字母或数字开头且只包含小写字母、数字、_和-、最长36个字符。'
  133. $('#messageInfo p').text(str)
  134. return false
  135. }
  136. let min_value_task = value_task.toLowerCase()
  137. $("input[name='display_job_name']").attr("value",min_value_task)
  138. document.getElementById("mask").style.display = "block"
  139. }
  140. // 点击按钮后遮罩层显示
  141. // function showmask() {
  142. // document.getElementById("mask").style.display = "block"
  143. // }
  144. // 页面加载完毕后遮罩层隐藏
  145. document.onreadystatechange = function() {
  146. if (document.readyState === "complete") {
  147. document.getElementById("mask").style.display = "none"
  148. }
  149. }
  150. $('select.dropdown')
  151. .dropdown();
  152. $(function() {
  153. $("#cloudbrain_job_type").change(function() {
  154. if ($(this).val() == 'BENCHMARK') {
  155. $(".cloudbrain_benchmark").show();
  156. } else {
  157. $(".cloudbrain_benchmark").hide();
  158. }
  159. })
  160. })
  161. $(document).ready(function(){
  162. $(document).keydown(function(event){
  163. if(event.keyCode==13){
  164. event.preventDefault();
  165. }
  166. });
  167. });
  168. </script>