|
|
|
@@ -113,13 +113,15 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="ui bottom attached tab segment" data-tab="logs"> |
|
|
|
<form class="ui form" action="{{$.Link}}/{{.JobID}}/log" method="get"> |
|
|
|
<form class="ui form" action="{{$.Link}}/log" method="get" id="{{.JobID}}"> |
|
|
|
<div class="ui top attached segment" style="background: #f0f0f0;"> |
|
|
|
<div class="center aligned"> |
|
|
|
<span class="fitted end_line">{{.JobID}}</span> |
|
|
|
<label>{{$.i18n.Tr "repo.modelarts.log"}}:</label> |
|
|
|
<span class="fitted file_name">{{.log_file_name}}</span> |
|
|
|
<span class="fitted start_line">{{.log.StartLine}}</span> |
|
|
|
<span class="fitted end_line">{{.log.EndLine}}</span> |
|
|
|
|
|
|
|
<input type="hidden" name="file_name" value={{.log_file_name}}> |
|
|
|
<input type="hidden" name="base_line" value=""> |
|
|
|
<input type="hidden" name="order" value=""> |
|
|
|
|