gui: Show full error for failed items (#9005)

Also closes #8992.
This commit is contained in:
Jakob Borg
2023-07-26 23:20:17 +02:00
committed by GitHub
parent 855c6dc67b
commit f565df628c
3 changed files with 1 additions and 14 deletions
@@ -7,7 +7,7 @@
<table class="table table-striped table-dynamic">
<tr dir-paginate="e in failed.errors | itemsPerPage: failed.perpage" current-page="failed.page" total-items="model[failed.folder].pullErrors" pagination-id="failed">
<td>{{e.path}}</td>
<td><abbr tooltip data-original-title="{{e.error}}">{{e.error | lastErrorComponent}}</abbr></td>
<td>{{e.error}}</td>
</tr>
</table>
<dir-pagination-controls on-page-change="refreshFailed(newPageNumber, failed.perpage)" pagination-id="failed"></dir-pagination-controls>