mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
better backup reports
This commit is contained in:
committed by
Aiden McClelland
parent
502fdeea78
commit
54a65e465a
@@ -740,12 +740,12 @@ export module Mock {
|
||||
message: 'Embassy and services have been successfully backed up.',
|
||||
data: {
|
||||
server: {
|
||||
attempted: true,
|
||||
attempted: false,
|
||||
error: null,
|
||||
},
|
||||
packages: {
|
||||
'bitcoind': {
|
||||
error: null,
|
||||
error: 'An error ocurred while backing up',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -27,8 +27,6 @@ export class PatchDbService {
|
||||
private patchSub: Subscription
|
||||
data: DataModel
|
||||
|
||||
getData () { return this.patchDb.store.cache.data }
|
||||
|
||||
constructor (
|
||||
@Inject(PATCH_SOURCE) private readonly source: Source<DataModel>,
|
||||
@Inject(PATCH_HTTP) private readonly http: ApiService,
|
||||
|
||||
Reference in New Issue
Block a user