From ba0bf17d972a76da613a0c810464b055d6c66477 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Thu, 28 Oct 2021 18:54:44 +0800 Subject: [PATCH] update train jon in modelarts --- templates/repo/modelarts/trainjob/list_model.tmpl | 4 ++-- web_src/less/openi.less | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/repo/modelarts/trainjob/list_model.tmpl b/templates/repo/modelarts/trainjob/list_model.tmpl index eaa09371f..cb71da87e 100644 --- a/templates/repo/modelarts/trainjob/list_model.tmpl +++ b/templates/repo/modelarts/trainjob/list_model.tmpl @@ -23,7 +23,7 @@
{{.TrainJobListModel}} - {{range .Tasks}} +
@@ -31,7 +31,7 @@
Contains build settings for gulp
- {{end}} +
diff --git a/web_src/less/openi.less b/web_src/less/openi.less index 21897daad..aa9d31d76 100644 --- a/web_src/less/openi.less +++ b/web_src/less/openi.less @@ -233,6 +233,8 @@ footer .column{margin-bottom:0!important; padding-bottom:0!important;} .icon-bind{background-position: -550px -52px;} .icon-unbind{background-position: -568px -52px;} .CREATING, .STOPPING, .DELETING, .STARTING, .WAITING{display:inline-block;background-image:url('/img/loading.gif');background-repeat:no-repeat;width:16px;height:16px;background-size:16px 16px;margin-right:5px;} + +.COMPLETED{display:inline-block;width:18px;height:18px;background:url("/img/icons.svg");background-position: -496px -52px;background-position: -441px -52px;} .text_over{ overflow: hidden; text-overflow: ellipsis;