Add last activity column

This commit is contained in:
James Cole
2024-03-13 06:50:08 +01:00
parent d4771f7a5c
commit 3f77c845ca
3 changed files with 24 additions and 3 deletions

View File

@@ -124,8 +124,10 @@
<td>
<span x-text="formatMoney(account.current_balance, account.currency_code)"></span>
</td>
<td>TODO</td>
<td>TODO</td>
<td>
<span x-text="account.last_activity"></span>
</td>
<td>TODO 2 </td>
<td>&nbsp;</td>
</tr>
</template>