|
|
@@ -388,7 +388,7 @@ |
|
|
|
<div class="item" style="padding: 0 !important;"> |
|
|
|
<!-- 接收结果 --> |
|
|
|
<iframe src="" frameborder="0" name="iframeContent" style="display: none;"></iframe> |
|
|
|
{{if .CanDel}} |
|
|
|
{{if .CanDebug}} |
|
|
|
<a id="model-image-{{.JobID}}" class='imageBtn ui basic {{if ne .Status "RUNNING"}}disabled {{else}}blue {{end}}button'>{{$.i18n.Tr "repo.submit_image"}}</a> |
|
|
|
{{else}} |
|
|
|
<a class="imageBtn ui basic disabled button">{{$.i18n.Tr "repo.submit_image"}}</a> |
|
|
@@ -396,7 +396,7 @@ |
|
|
|
</div> |
|
|
|
<div class="item" style="padding: 0 !important;"> |
|
|
|
<!-- 模型下载 --> |
|
|
|
{{if .CanDel}} |
|
|
|
{{if .CanDebug}} |
|
|
|
<a class="ui basic blue button" href="{{$.RepoLink}}/cloudbrain/{{.JobID}}/models" target="_blank">{{$.i18n.Tr "repo.download"}}</a> |
|
|
|
{{else}} |
|
|
|
<a class="ui basic disabled button">{{$.i18n.Tr "repo.download"}}</a> |
|
|
|