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 7.3 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
4 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
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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. {{template "base/alert" .}}
  21. <div class="ui negative message" id="messageInfo">
  22. <p></p>
  23. </div>
  24. <form class="ui form" id="form_id" action="{{.Link}}" method="post">
  25. {{.CsrfTokenHtml}}
  26. <h3 class="ui top attached header">
  27. {{.i18n.Tr "repo.cloudbrain.new"}}
  28. </h3>
  29. <div class="ui attached segment">
  30. <!-- <br> -->
  31. <div class="inline required field">
  32. <label>计算资源</label>
  33. <div class="ui blue small menu compact selectcloudbrain">
  34. <a class="item" href="{{.RepoLink}}/cloudbrain/create">
  35. <svg class="svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16">
  36. <path fill="none" d="M0 0h24v24H0z"/>
  37. <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"/>
  38. </svg>
  39. CPU/GPU</a>
  40. <a class="active item" href="{{.RepoLink}}/modelarts/notebook/create">
  41. <svg class="svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16">
  42. <path fill="none" d="M0 0h24v24H0z"/>
  43. <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"/>
  44. </svg>
  45. Ascend NPU</a>
  46. </div>
  47. </div>
  48. <div class="inline required field">
  49. <label>任务名称</label>
  50. <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,'')">
  51. </div>
  52. <div class="inline required field">
  53. <label>镜像</label>
  54. <select id="cloudbrain_image" class="ui search dropdown" placeholder="选择镜像" style='width:385px' name="image_id">
  55. {{range .images}}
  56. <option name="image_id" value="{{.Id}}">{{.Value}}</option>
  57. {{end}}
  58. </select>
  59. </div>
  60. {{template "custom/select_dataset" .}}
  61. <!--<div class="inline required field">
  62. <label>工作环境</label>
  63. <input name="de" id="cloudbrain_de" value="{{.env}}" tabindex="3" disabled autofocus required maxlength="255" readonly="readonly">
  64. </div>
  65. <div class="inline required field">
  66. <label>类型</label>
  67. <input name="job_type" id="cloudbrain_job_type" value="{{.notebook_type}}" tabindex="3" disabled autofocus required maxlength="255" readonly="readonly">
  68. </div> -->
  69. <div class="inline required field">
  70. <label>规格</label>
  71. <select id="cloudbrain_flavor" class="ui search dropdown" placeholder="选择规格" style='width:385px' name="flavor">
  72. {{range .flavors}}
  73. <option name="flavor" value="{{.Value}}">{{.Desc}}</option>
  74. {{end}}
  75. </select>
  76. </div>
  77. <!--<div class="inline required field">
  78. <label>数据集存放路径</label>
  79. <input name="dataset_path" id="cloudbrain_dataset_path" value="{{.dataset_path}}" tabindex="3" disabled autofocus required maxlength="255" readonly="readonly">
  80. </div> -->
  81. <div class="inline field">
  82. <label>描述</label>
  83. <input name="description" id="cloudbrain_description" tabindex="3" autofocus maxlength="255">
  84. </div>
  85. <div class="inline field">
  86. <label></label>
  87. <button class="ui green button">
  88. {{.i18n.Tr "repo.cloudbrain.new"}}
  89. </button>
  90. <a class="ui button cancel" href="{{.RepoLink}}/debugjob?debugListType=all">{{.i18n.Tr "repo.cloudbrain.cancel"}}</a>
  91. </div>
  92. </div>
  93. </form>
  94. </div>
  95. </div>
  96. </div>
  97. {{template "base/footer" .}}
  98. <script>
  99. // 判断必填选项是否填写正确
  100. let form = document.getElementById('form_id');
  101. $('#messageInfo').css('display','none')
  102. form.onsubmit = function(e){
  103. let value_task = $("input[name='display_job_name']").val()
  104. let re = /^[a-z0-9][a-z0-9-_]{1,36}$/
  105. let flag = re.test(value_task)
  106. if(!flag){
  107. $('#messageInfo').css('display','block')
  108. let str = '只能以小写字母或数字开头且只包含小写字母、数字、_和-、最长36个字符。'
  109. $('#messageInfo p').text(str)
  110. return false
  111. }
  112. let min_value_task = value_task.toLowerCase()
  113. $("input[name='display_job_name']").attr("value",min_value_task)
  114. document.getElementById("mask").style.display = "block"
  115. }
  116. // 点击按钮后遮罩层显示
  117. // function showmask() {
  118. // document.getElementById("mask").style.display = "block"
  119. // }
  120. // 页面加载完毕后遮罩层隐藏
  121. document.onreadystatechange = function() {
  122. if (document.readyState === "complete") {
  123. document.getElementById("mask").style.display = "none"
  124. }
  125. }
  126. $('select.dropdown')
  127. .dropdown();
  128. $(function() {
  129. $("#cloudbrain_job_type").change(function() {
  130. if ($(this).val() == 'BENCHMARK') {
  131. $(".cloudbrain_benchmark").show();
  132. } else {
  133. $(".cloudbrain_benchmark").hide();
  134. }
  135. })
  136. })
  137. $(document).ready(function(){
  138. $(document).keydown(function(event){
  139. if(event.keyCode==13){
  140. event.preventDefault();
  141. }
  142. });
  143. });
  144. console.log({{.cloudbraintype}})
  145. </script>