This commit is contained in:
@@ -373,7 +373,7 @@
|
||||
<div class="table-responsive">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead class="table-light">
|
||||
<tr><th>時間</th><th>檔名</th><th>結果</th><th class="text-end">問題</th><th class="text-end">信心</th><th class="text-end">耗時</th><th>錯誤</th><th>動作</th></tr>
|
||||
<tr><th>時間</th><th>檔名</th><th>結果</th><th class="text-end">問題</th><th class="text-end">信心</th><th class="text-end">耗時</th><th>診斷摘要</th><th>動作</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for r in audit_records %}
|
||||
@@ -390,7 +390,7 @@
|
||||
<td class="text-end">{{ r.issues_count }}</td>
|
||||
<td class="text-end">{{ "%.2f"|format(r.confidence) }}</td>
|
||||
<td class="text-end">{{ r.duration_ms }}</td>
|
||||
<td><small class="text-muted">{{ (r.error_msg or '')[:80] }}</small></td>
|
||||
<td><small class="text-muted">{{ (r.issue_summary or r.error_msg or '')[:180] }}</small></td>
|
||||
<td>
|
||||
{% if r.pptx_filename %}
|
||||
<a class="btn btn-sm btn-outline-primary"
|
||||
|
||||
Reference in New Issue
Block a user