mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-20 02:01:19 +00:00
Some bug fixes.
This commit is contained in:
@@ -52,12 +52,12 @@
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>{{ $t('list.name') }}</th>
|
||||
<th v-if="'asset' === $props.accountTypes">{{ $t('list.role') }}</th>
|
||||
<th>{{ $t('list.iban') }}</th>
|
||||
<th style="text-align: right;">{{ $t('list.currentBalance') }}</th>
|
||||
<th>{{ $t('list.balanceDiff') }}</th>
|
||||
<th scope="col"> </th>
|
||||
<th scope="col">{{ $t('list.name') }}</th>
|
||||
<th scope="col" v-if="'asset' === $props.accountTypes">{{ $t('list.role') }}</th>
|
||||
<th scope="col">{{ $t('list.iban') }}</th>
|
||||
<th scope="col" style="text-align: right;">{{ $t('list.currentBalance') }}</th>
|
||||
<th scope="col">{{ $t('list.balanceDiff') }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user