Browse Source

edit log href

tags/v1.21.12.1
Gitea 4 years ago
parent
commit
bb433072aa
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      templates/repo/modelarts/trainjob/show.tmpl

+ 3
- 1
templates/repo/modelarts/trainjob/show.tmpl View File

@@ -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="">


Loading…
Cancel
Save