|
|
@@ -382,7 +382,7 @@ |
|
|
<!-- 接收结果 --> |
|
|
<!-- 接收结果 --> |
|
|
<iframe src="" frameborder="0" name="iframeContent" style="display: none;"></iframe> |
|
|
<iframe src="" frameborder="0" name="iframeContent" style="display: none;"></iframe> |
|
|
{{if .CanDebug}} |
|
|
{{if .CanDebug}} |
|
|
<a id="model-image-{{.Cloudbrain.ID}}" class='imageBtn ui basic {{if ne .Status "RUNNING"}}disabled {{else}}blue {{end}}button'>{{$.i18n.Tr "repo.submit_image"}}</a> |
|
|
|
|
|
|
|
|
<a id="model-image-{{.Cloudbrain.ID}}" class='imageBtn ui basic {{if ne .Status "RUNNING"}}disabled {{else}}blue {{end}}button' href="{{$.RepoLink}}/cloudbrain/{{.Cloudbrain.ID}}/commit_image">{{$.i18n.Tr "repo.submit_image"}}</a> |
|
|
{{else}} |
|
|
{{else}} |
|
|
<a class="imageBtn ui basic disabled button">{{$.i18n.Tr "repo.submit_image"}}</a> |
|
|
<a class="imageBtn ui basic disabled button">{{$.i18n.Tr "repo.submit_image"}}</a> |
|
|
{{end}} |
|
|
{{end}} |
|
|
|