Adding missing error output on /blocks page.

This commit is contained in:
softsimon
2021-01-10 22:41:52 +07:00
parent 9689ccf2ac
commit e36646ac7c
2 changed files with 23 additions and 1 deletions

View File

@@ -46,4 +46,12 @@
</tbody>
</table>
<ng-template [ngIf]="error">
<div class="text-center">
<span>Error loading blocks</span>
<br>
<i>{{ error.error }}</i>
</div>
</ng-template>
</div>