| @@ -97,17 +97,15 @@ | |||||
| <div class="three wide column text center padding0"> | <div class="three wide column text center padding0"> | ||||
| <div class="ui compact buttons" > | <div class="ui compact buttons" > | ||||
| <!-- 停止任务 --> | <!-- 停止任务 --> | ||||
| <form id="stopForm-{{.ID}}" style="margin-left:-1px;" action="{{$.RepoLink}}/modelmanage/convert_stop/{{.ID}}" method="post"> | |||||
| {{$.CsrfTokenHtml}} | |||||
| {{if .IsCanOper}} | |||||
| <a id="ai-stop-{{.ID}}" class='ui basic model_stop {{if eq .Status "STOPPED" "FAILED" "START_FAILED" "STOPPING" "CREATING" "STARTING" "SUCCEEDED"}}disabled {{else}}blue {{end}}button' > | |||||
| {{if .IsCanOper}} | |||||
| <a id="ai-stop-{{.ID}}" href="{{$.RepoLink}}/modelmanage/convert_stop/{{.ID}}" class='ui basic model_stop {{if eq .Status "STOPPED" "FAILED" "START_FAILED" "STOPPING" "CREATING" "STARTING" "SUCCEEDED"}}disabled {{else}}blue {{end}}button' > | |||||
| {{$.i18n.Tr "repo.stop"}} | {{$.i18n.Tr "repo.stop"}} | ||||
| </a> | </a> | ||||
| {{else}} | |||||
| {{else}} | |||||
| <a class="ui basic disabled button">{{$.i18n.Tr "repo.stop"}} </a> | <a class="ui basic disabled button">{{$.i18n.Tr "repo.stop"}} </a> | ||||
| {{end}} | |||||
| </form> | |||||
| {{end}} | |||||
| <!-- 删除任务 --> | <!-- 删除任务 --> | ||||
| <form id="delForm-{{.ID}}" action="{{$.RepoLink}}/modelmanage/delete_model_convert/{{.ID}}" method="post"> | <form id="delForm-{{.ID}}" action="{{$.RepoLink}}/modelmanage/delete_model_convert/{{.ID}}" method="post"> | ||||
| {{$.CsrfTokenHtml}} | {{$.CsrfTokenHtml}} | ||||