Skip to content

Commit

Permalink
Merge branch 'master' of github.com:/admpub/nging
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Mar 15, 2024
2 parents 56d4402 + 4d614c6 commit ab56e6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions template/backend/task/log_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="header">
<h3>{{"日志详情"|$.T}}</h3>
</div>
<div class="content">
<div class="content padding">
{{$v := $.Stored.data}}
<table class="table table-bordered">
<colgroup>
Expand Down Expand Up @@ -58,4 +58,4 @@ <h4>{{"错误"|$.T}}</h4>
</div><!-- /.block-flat -->
</div>
</div>
{{/Block}}
{{/Block}}
4 changes: 2 additions & 2 deletions template/backend/task/view_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</span>
<h3>{{"任务:"|$.T}}<a href="{{BackendURL}}/task/edit?id={{$.Stored.task.Id}}">{{$.Stored.task.Name}}(#{{$.Stored.task.Id}})</a></h3>
</div>
<div class="content">
<div class="content padding">
<table class="table table-bordered">
<tbody>
<tr>
Expand Down Expand Up @@ -65,4 +65,4 @@ <h4>{{"描述"|$.T}}</h4>
</p>
{{end}}
</div>
</div>
</div>

0 comments on commit ab56e6f

Please sign in to comment.