Browse Source

update train jon in modelarts

tags/v1.21.12.1
zhoupzh 3 years ago
parent
commit
ba0bf17d97
2 changed files with 4 additions and 2 deletions
  1. +2
    -2
      templates/repo/modelarts/trainjob/list_model.tmpl
  2. +2
    -0
      web_src/less/openi.less

+ 2
- 2
templates/repo/modelarts/trainjob/list_model.tmpl View File

@@ -23,7 +23,7 @@
<div class="content active">
<div class="ui list">
{{.TrainJobListModel}}
{{range .Tasks}}
<div class="item">
<i class="file icon"></i>
<div class="content">
@@ -31,7 +31,7 @@
<div class="description">Contains build settings for gulp</div>
</div>
</div>
{{end}}
</div>
</div>
</div>


+ 2
- 0
web_src/less/openi.less View File

@@ -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;


Loading…
Cancel
Save