Rebuild frontend.

This commit is contained in:
James Cole
2021-04-03 10:40:31 +02:00
parent 7f55a870d9
commit 34f4b16a63
70 changed files with 266 additions and 43 deletions

View File

@@ -38,6 +38,13 @@
<!-- body if normal -->
<div v-if="!loading && !error" class="card-body table-responsive p-0">
<table class="table table-sm">
<caption style="display:none;">{{ $t('firefly.expense_accounts') }}</caption>
<thead>
<tr>
<th scope="col">{{ $t('firefly.category') }}</th>
<th scope="col">{{ $t('firefly.spent') }}</th>
</tr>
</thead>
<tbody>
<tr v-for="entry in expenses">
<td style="width:20%;"><a :href="'./accounts/show/' + entry.id">{{ entry.name }}</a></td>