From 0ef6389c694f9dcf4ec3e412a7698f732dca43ec Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 2 Apr 2021 11:43:02 +0800 Subject: [PATCH] debug train-job display --- templates/repo/modelarts/notebook/index.tmpl | 2 +- templates/repo/modelarts/trainjob/index.tmpl | 132 +------------------ 2 files changed, 2 insertions(+), 132 deletions(-) diff --git a/templates/repo/modelarts/notebook/index.tmpl b/templates/repo/modelarts/notebook/index.tmpl index c4fb18862..2d6dbadd9 100755 --- a/templates/repo/modelarts/notebook/index.tmpl +++ b/templates/repo/modelarts/notebook/index.tmpl @@ -180,7 +180,7 @@ } .ui.secondary.vertical.pointing.menu{ - border-right-width: 0px; + border-right-width: 0px !important; } .vertical.menu .item { diff --git a/templates/repo/modelarts/trainjob/index.tmpl b/templates/repo/modelarts/trainjob/index.tmpl index 9c05a05c8..ce91fb50d 100755 --- a/templates/repo/modelarts/trainjob/index.tmpl +++ b/templates/repo/modelarts/trainjob/index.tmpl @@ -5,7 +5,7 @@ } .ui.secondary.vertical.pointing.menu{ - border-right-width: 0px; + border-right-width: 0px !important; } .vertical.menu .item { @@ -129,133 +129,3 @@ $(this).addClass("activate") }) {{template "base/head" .}} - -
- {{template "repo/header" .}} -
-
-
- - - -
- {{template "base/alert" .}} -
-
-

{{.i18n.Tr "repo.modelarts.train_job"}}

-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
- - -
- {{range .Tasks}} -
-
- - - - -
- {{.Status}} -
- - -
- {{svg "octicon-flame" 16}} {{TimeSinceUnix .CreatedUnix $.Lang}} -
- - -
- {{svg "octicon-flame" 16}} {{TimeSinceUnix .CreatedUnix $.Lang}} -
- - -
-
-
- {{$.CsrfTokenHtml}} - 删除 -
-
-
- - -
-
-
- {{$.CsrfTokenHtml}} - 停止 -
-
-
- -
-
- {{end}} {{template "base/paginate" .}} -
-
-
-
-
-
-
-{{template "base/footer" .}} - - \ No newline at end of file