chore: add backups info

This commit is contained in:
waterplea
2024-05-14 11:34:14 +01:00
parent 7e1b433c17
commit 70dc53bda7
8 changed files with 156 additions and 118 deletions

View File

@@ -146,7 +146,8 @@ export const mockPatchData: DataModel = {
},
icon: '/assets/img/service-icons/bitcoind.svg',
installedAt: new Date().toISOString(),
lastBackup: null,
lastBackup: new Date(new Date().valueOf() - 604800001).toISOString(),
nextBackup: new Date(new Date().valueOf() + 100000000).toISOString(),
status: {
configured: true,
main: {
@@ -419,6 +420,7 @@ export const mockPatchData: DataModel = {
icon: '/assets/img/service-icons/lnd.png',
installedAt: new Date().toISOString(),
lastBackup: null,
nextBackup: null,
status: {
configured: true,
main: {