|
@@ -300,7 +300,7 @@ |
|
|
<a class="ui basic blue button" href="{{$.Link}}/{{.JobID}}"> |
|
|
<a class="ui basic blue button" href="{{$.Link}}/{{.JobID}}"> |
|
|
查看 |
|
|
查看 |
|
|
</a> |
|
|
</a> |
|
|
<a class="ui basic {{if not .CanDebug}}disabled {{else}}blue {{end}}button" href="{{$.Link}}/{{.JobID}}/debug"> |
|
|
|
|
|
|
|
|
<a class="ui basic {{if not .CanDebug}}disabled {{else}}blue {{end}}button" href="{{$.Link}}/{{.JobID}}/debug" target="_blank"> |
|
|
调试 |
|
|
调试 |
|
|
</a> |
|
|
</a> |
|
|
<form id="stopForm-{{.JobID}}" action="{{if ne .Status "RUNNING"}}javascript:void(0){{else}}{{$.Link}}/{{.JobID}}/stop{{end}}" method="post" style="margin-left:-1px;"> |
|
|
<form id="stopForm-{{.JobID}}" action="{{if ne .Status "RUNNING"}}javascript:void(0){{else}}{{$.Link}}/{{.JobID}}/stop{{end}}" method="post" style="margin-left:-1px;"> |
|
|