Browse Source

fix issue

pull/3418/head
zhoupzh 2 years ago
parent
commit
d63aad440e
6 changed files with 7 additions and 8 deletions
  1. +0
    -2
      templates/repo/cloudbrain/inference/show.tmpl
  2. +1
    -1
      templates/repo/grampus/notebook/show.tmpl
  3. +0
    -2
      templates/repo/grampus/trainjob/show.tmpl
  4. +0
    -2
      templates/repo/modelarts/inferencejob/show.tmpl
  5. +1
    -1
      templates/repo/modelarts/notebook/show.tmpl
  6. +5
    -0
      templates/repo/modelarts/trainjob/version_new.tmpl

+ 0
- 2
templates/repo/cloudbrain/inference/show.tmpl View File

@@ -294,7 +294,6 @@
</div>
</div>
<div style="clear:both">
{{if $.datasetDownload}}
<table style="border:none" class="ui fixed small stackable table">
<thead>
<tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">{{$.i18n.Tr "dataset.file"}}</th>
@@ -315,7 +314,6 @@

</tbody>
</table>
{{end}}
</div>
</div>



+ 1
- 1
templates/repo/grampus/notebook/show.tmpl View File

@@ -373,7 +373,7 @@
</tbody>
{{end}}
</table>
{{if and (eq .ComputeResource "NPU") ($.modelDownload)}}
{{if and (eq .ComputeResource "NPU") ($.modelDownload.Name)}}
<table style="border:none" class="ui fixed small stackable table">
<thead>
<tr>


+ 0
- 2
templates/repo/grampus/trainjob/show.tmpl View File

@@ -308,7 +308,6 @@
</div>
</div>
<div style="clear:both">
{{if $.datasetDownload}}
<table style="border:none" class="ui fixed small stackable table">
<thead>
<tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">{{$.i18n.Tr "dataset.file"}}</th>
@@ -327,7 +326,6 @@
{{end}}
</tbody>
</table>
{{end}}
</div>
</div>
</div>


+ 0
- 2
templates/repo/modelarts/inferencejob/show.tmpl View File

@@ -278,7 +278,6 @@
</div>
</div>
<div style="clear:both">
{{if $.datasetDownload}}
<table style="border:none" class="ui fixed small stackable table">
<thead>
<tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">{{$.i18n.Tr "dataset.file"}}</th>
@@ -300,7 +299,6 @@

</tbody>
</table>
{{end}}
</div>
</div>



+ 1
- 1
templates/repo/modelarts/notebook/show.tmpl View File

@@ -270,7 +270,7 @@
</tbody>
</table>
{{end}}
{{if $.modelDownload}}
{{if $.modelDownload.Name}}
<table style="border:none" class="ui fixed small stackable table">
<thead>
<tr>


+ 5
- 0
templates/repo/modelarts/trainjob/version_new.tmpl View File

@@ -13,6 +13,11 @@
.width48{
width: 48.5% !important;
}
.width85{
width: 85% !important;
margin-left: 10.5rem !important;
align-items: center;
}
</style>
{{template "custom/global_mask" .}}
<div class="repository">


Loading…
Cancel
Save