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.

show.tmpl 20 kB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. {{template "base/head" .}}
  2. <style>
  3. .according-panel-heading{
  4. box-sizing: border-box;
  5. padding: 8px 16px;
  6. color: #252b3a;
  7. background-color: #f2f5fc;
  8. line-height: 1.5;
  9. cursor: pointer;
  10. -moz-user-select: none;
  11. -webkit-user-select: none;
  12. -ms-user-select: none;
  13. -khtml-user-select: none;
  14. user-select: none;
  15. }
  16. .accordion-panel-title {
  17. margin-top: 0;
  18. margin-bottom: 0;
  19. color: #252b3a;
  20. }
  21. .accordion-panel-title-content{
  22. vertical-align: middle;
  23. display: inline-block;
  24. width: calc(100% - 32px);
  25. cursor: default;
  26. }
  27. .acc-margin-bottom {
  28. margin-bottom: 5px;
  29. }
  30. .title_text {
  31. font-size: 12px;
  32. }
  33. .ac-display-inblock {
  34. display: inline-block;
  35. }
  36. .cti-mgRight-sm {
  37. margin-right: 8px;
  38. }
  39. .ac-text-normal {
  40. font-size: 14px;
  41. color: #575d6c;
  42. }
  43. .uc-accordionTitle-black {
  44. color: #333;
  45. }
  46. .accordion-border{
  47. border:1px solid #cce2ff;
  48. }
  49. .padding0{
  50. padding: 0 !important;
  51. }
  52. .content-pad{
  53. padding: 15px 35px;
  54. }
  55. .content-margin{
  56. margin:10px 5px ;
  57. }
  58. .tab_2_content {
  59. min-height: 360px;
  60. margin-left: 10px;
  61. }
  62. .ac-grid {
  63. display: block;
  64. *zoom: 1;
  65. }
  66. .ac-grid-col {
  67. float: left;
  68. width: 100%;
  69. }
  70. .ac-grid-col2 .ac-grid-col {
  71. width: 50%;
  72. }
  73. .ti-form {
  74. text-align: left;
  75. max-width: 100%;
  76. vertical-align: middle;
  77. }
  78. .ti-form>tbody {
  79. font-size: 12px;
  80. }
  81. .ti-form>tbody, .ti-form>tbody>tr {
  82. vertical-align: inherit;
  83. }
  84. .ti-text-form-label {
  85. padding-bottom: 20px;
  86. padding-right: 20px;
  87. color: #8a8e99;
  88. font-size: 12px;
  89. white-space: nowrap !important;
  90. width: 80px;
  91. line-height: 30px;
  92. }
  93. .ti-text-form-content{
  94. line-height: 30px;
  95. padding-bottom: 20px;
  96. }
  97. .ti-form>tbody>tr>td {
  98. vertical-align: top;
  99. white-space: normal;
  100. }
  101. td, th {
  102. padding: 0;
  103. }
  104. .ac-grid-col .text-span {
  105. width: 450px;
  106. overflow: hidden;
  107. text-overflow: ellipsis;
  108. white-space: nowrap;
  109. }
  110. .redo-color{
  111. color: #3291F8;
  112. }
  113. .ti-action-menu-item:not(:last-child){
  114. margin-right: 10px;
  115. padding-right: 11px;
  116. text-decoration: none!important;
  117. color: #526ecc;
  118. cursor: pointer;
  119. display: inline-block;
  120. -moz-user-select: none;
  121. -webkit-user-select: none;
  122. -ms-user-select: none;
  123. -khtml-user-select: none;
  124. user-select: none;
  125. position: relative;
  126. }
  127. .ti-action-menu-item:not(:last-child):after {
  128. content: "";
  129. display: inline-block;
  130. position: absolute;
  131. height: 12px;
  132. right: 0;
  133. top: 50%;
  134. -webkit-transform: translateY(-6px);
  135. -ms-transform: translateY(-6px);
  136. -o-transform: translateY(-6px);
  137. transform: translateY(-6px);
  138. border-right: 1px solid #dfe1e6;
  139. }
  140. .text-width80{
  141. width: 100px;
  142. line-height: 30px;
  143. }
  144. .border-according{
  145. border: 1px solid #dfe1e6;
  146. }
  147. .disabled {
  148. cursor: default;
  149. pointer-events: none;
  150. color: rgba(0,0,0,.6) !important;
  151. opacity: .45 !important;
  152. }
  153. .pad20{
  154. border:0px !important;
  155. }
  156. .model_file_bread{
  157. margin-bottom: -0.5rem !important;
  158. padding-left: 1rem;
  159. padding-top: 0.5rem ;
  160. }
  161. </style>
  162. <div id="mask">
  163. <div id="loadingPage">
  164. <div class="rect1"></div>
  165. <div class="rect2"></div>
  166. <div class="rect3"></div>
  167. <div class="rect4"></div>
  168. <div class="rect5"></div>
  169. </div>
  170. </div>
  171. <div class="repository">
  172. {{template "repo/header" .}}
  173. <div class="ui container">
  174. <h4 class="ui header" id="vertical-segment">
  175. <div class="ui breadcrumb">
  176. <a class="section" href="{{.RepoLink}}/debugjob?debugListType=all">
  177. {{.i18n.Tr "repo.cloudbrain"}}
  178. </a>
  179. <div class="divider"> / </div>
  180. <a class="section" href="{{$.RepoLink}}/cloudbrain/benchmark">
  181. {{$.i18n.Tr "repo.modelarts.evaluate_job"}}
  182. </a>
  183. <div class="divider"> / </div>
  184. <div class="active section">{{.jobName}}</div>
  185. </div>
  186. </h4>
  187. {{range $k ,$v := .version_list_task}}
  188. <div class="ui accordion border-according" id="accordion{{.VersionName}}" data-repopath="{{$.RepoRelPath}}" data-jobid="{{.JobID}}" data-version="{{.VersionName}}">
  189. <input type="hidden" id="jobId_input" name="jobId_input" value="{{.JobID}}">
  190. <div class="{{if eq $k 0}}active{{end}} title padding0">
  191. <div class="according-panel-heading">
  192. <div class="accordion-panel-title">
  193. <i class="dropdown icon"></i>
  194. <span class="accordion-panel-title-content">
  195. <span>
  196. <div class="ac-display-inblock title_text acc-margin-bottom">
  197. <span class="cti-mgRight-sm">{{TimeSinceUnix1 .CreatedUnix}}</span>
  198. <span class="cti-mgRight-sm">{{$.i18n.Tr "repo.modelarts.status"}}:
  199. <span id="{{.VersionName}}-status-span"><i id="icon" style="vertical-align: middle;" class="{{.Status}}"></i><span id="text" style="margin-left: 0.4em;font-size: 12px;">{{.Status}}</span></span>
  200. </span>
  201. <span class="cti-mgRight-sm">{{$.i18n.Tr "repo.modelarts.train_job.dura_time"}}:</span>
  202. <span class="cti-mgRight-sm uc-accordionTitle-black" id="{{.VersionName}}-duration-span">{{$.duration}}</span>
  203. </div>
  204. </span>
  205. </span>
  206. </div>
  207. </div>
  208. </div>
  209. <div class="{{if eq $k 0}}active{{end}} content">
  210. <div class="content-pad">
  211. <div class="ui pointing secondary menu" style="border-bottom: 1px solid rgba(34,36,38,.15);">
  212. <a class="active item" data-tab="first{{$k}}">{{$.i18n.Tr "repo.modelarts.train_job.config"}}</a>
  213. <a class="item" data-tab="second{{$k}}" onclick="loadLog({{.VersionName}})">{{$.i18n.Tr "repo.modelarts.log"}}</a>
  214. </div>
  215. <div class="ui tab active" data-tab="first{{$k}}">
  216. <div style="padding-top: 10px;">
  217. <div class="tab_2_content">
  218. <div class="ac-grid ac-grid-col2">
  219. <div class="ac-grid-col">
  220. <table class="ti-form">
  221. <tbody class="ti-text-form">
  222. <tr class="ti-no-ng-animate">
  223. <td class="ti-no-ng-animate ti-text-form-label text-width80">
  224. {{$.i18n.Tr "repo.cloudbrain_task"}}
  225. </td>
  226. <td class="ti-text-form-content">
  227. <div class="text-span text-span-w">
  228. {{.JobName}}
  229. </div>
  230. </td>
  231. </tr>
  232. <tr class="ti-no-ng-animate">
  233. <td class="ti-no-ng-animate ti-text-form-label text-width80">
  234. {{$.i18n.Tr "repo.modelarts.status"}}
  235. </td>
  236. <td class="ti-text-form-content">
  237. <div class="text-span text-span-w" id="{{.VersionName}}-status">
  238. {{.Status}}
  239. </div>
  240. </td>
  241. </tr>
  242. <tr class="ti-no-ng-animate">
  243. <td class="ti-no-ng-animate ti-text-form-label text-width80">
  244. {{$.i18n.Tr "repo.modelarts.train_job.start_time"}}
  245. </td>
  246. <td class="ti-text-form-content">
  247. <div class="text-span text-span-w">
  248. <span style="font-size: 12px;" class="">{{TimeSinceUnix1 .CreatedUnix}}</span>
  249. </div>
  250. </td>
  251. </tr>
  252. <tr class="ti-no-ng-animate">
  253. <td class="ti-no-ng-animate ti-text-form-label text-width80">
  254. {{$.i18n.Tr "repo.modelarts.train_job.dura_time"}}
  255. </td>
  256. <td class="ti-text-form-content">
  257. <div class="text-span text-span-w" id="{{.VersionName}}-duration">
  258. {{$.duration}}
  259. </div>
  260. </td>
  261. </tr>
  262. <tr class="ti-no-ng-animate">
  263. <td class="ti-no-ng-animate ti-text-form-label text-width80">
  264. 镜像
  265. </td>
  266. <td class="ti-text-form-content">
  267. <div class="text-span text-span-w" id="{{.VersionName}}-mirror">
  268. {{.Image}}
  269. </div>
  270. </td>
  271. </tr>
  272. <tr class="ti-no-ng-animate">
  273. <td class="ti-no-ng-animate ti-text-form-label text-width80">
  274. 类型
  275. </td>
  276. <td class="ti-text-form-content">
  277. <div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkTypeName">
  278. {{$.BenchmarkTypeName}}
  279. </div>
  280. </td>
  281. </tr>
  282. </tbody>
  283. </table>
  284. </div>
  285. <div class="ac-grid-col">
  286. <table class="ti-form">
  287. <tbody class="ti-text-form">
  288. <tr class="ti-no-ng-animate">
  289. <td class="ti-no-ng-animate ti-text-form-label text-width80">
  290. 训练程序
  291. </td>
  292. <td class="ti-text-form-content">
  293. <div class="text-span text-span-w">
  294. train.py
  295. </div>
  296. </td>
  297. </tr>
  298. <tr class="ti-no-ng-animate">
  299. <td class="ti-no-ng-animate ti-text-form-label text-width80">
  300. 测试程序
  301. </td>
  302. <td class="ti-text-form-content">
  303. <div class="text-span text-span-w">
  304. test.py
  305. </div>
  306. </td>
  307. </tr>
  308. <tr class="ti-no-ng-animate">
  309. <td class="ti-no-ng-animate ti-text-form-label text-width80">
  310. {{$.i18n.Tr "repo.modelarts.train_job.description"}}
  311. </td>
  312. <td class="ti-text-form-content">
  313. <div class="text-span text-span-w" title="{{.Description}}">
  314. {{.Description}}
  315. </div>
  316. </td>
  317. </tr>
  318. <tr class="ti-no-ng-animate">
  319. <td class="ti-no-ng-animate ti-text-form-label text-width80">
  320. {{$.i18n.Tr "repo.modelarts.train_job.standard"}}
  321. </td>
  322. <td class="ti-text-form-content">
  323. <div class="text-span text-span-w">
  324. {{$.resource_spec}}
  325. </div>
  326. </td>
  327. </tr>
  328. <tr class="ti-no-ng-animate">
  329. <td class="ti-no-ng-animate ti-text-form-label text-width80">
  330. 创建者
  331. </td>
  332. <td class="ti-text-form-content">
  333. <div class="text-span text-span-w" id="{{.VersionName}}-mirror">
  334. {{.User.Name}}
  335. </div>
  336. </td>
  337. </tr>
  338. <tr class="ti-no-ng-animate">
  339. <td class="ti-no-ng-animate ti-text-form-label text-width80">
  340. 子类型
  341. </td>
  342. <td class="ti-text-form-content">
  343. <div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkChildTypeName">
  344. {{$.BenchmarkChildTypeName}}
  345. </div>
  346. </td>
  347. </tr>
  348. </tbody>
  349. </table>
  350. </div>
  351. </div>
  352. </div>
  353. </div>
  354. </div>
  355. <div class="ui tab" data-tab="second{{$k}}">
  356. <div>
  357. <div class="ui message message{{.VersionName}}" style="display: none;">
  358. <div id="header"></div>
  359. </div>
  360. <div class="ui attached log" id="log{{.VersionName}}" style="height: 300px !important; overflow: auto;">
  361. <input type="hidden" name="end_line" value>
  362. <input type="hidden" name="start_line" value>
  363. <pre id="log_file{{.VersionName}}"></pre>
  364. </div>
  365. </div>
  366. </div>
  367. </div>
  368. </div>
  369. </div>
  370. {{end}} {{template "base/paginate" .}}
  371. </div>
  372. <!-- 确认模态框 -->
  373. <div id="deletemodel">
  374. <div class="ui basic modal">
  375. <div class="ui icon header">
  376. <i class="trash icon"></i> 删除任务
  377. </div>
  378. <div class="content">
  379. <p>你确认删除该任务么?此任务一旦删除不可恢复。</p>
  380. </div>
  381. <div class="actions">
  382. <div class="ui red basic inverted cancel button">
  383. <i class="remove icon"></i> 取消操作
  384. </div>
  385. <div class="ui green basic inverted ok button">
  386. <i class="checkmark icon"></i> 确定操作
  387. </div>
  388. </div>
  389. </div>
  390. </div>
  391. </div>
  392. {{template "base/footer" .}}
  393. <script>
  394. $('.menu .item').tab()
  395. $(document).ready(function(){
  396. $('.ui.accordion').accordion({selector:{trigger:'.icon'}});
  397. });
  398. $(document).ready(function(){
  399. $('.secondary.menu .item').tab();
  400. });
  401. let userName
  402. let repoPath
  403. let jobName
  404. $(document).ready(function(){
  405. let url = window.location.href;
  406. let urlArr = url.split('/')
  407. userName = urlArr.slice(-5)[0]
  408. repoPath = urlArr.slice(-4)[0]
  409. jobName = urlArr.slice(-1)[0]
  410. })
  411. function loadLog(version_name){
  412. document.getElementById("mask").style.display = "block"
  413. $.get(`/api/v1/repos/${userName}/${repoPath}/cloudbrain/${jobName}/log?version_name=${version_name}&lines=50&order=asc`, (data) => {
  414. $('input[name=end_line]').val(data.EndLine)
  415. $('input[name=start_line]').val(data.StartLine)
  416. $(`#log_file${version_name}`).text(data.Content)
  417. document.getElementById("mask").style.display = "none"
  418. }).fail(function(err) {
  419. console.log(err);
  420. document.getElementById("mask").style.display = "none"
  421. });
  422. }
  423. </script>