diff --git a/setup-wizard/src/app/pages/recover/recover.page.html b/setup-wizard/src/app/pages/recover/recover.page.html index c47a37c9b..2f2e25319 100644 --- a/setup-wizard/src/app/pages/recover/recover.page.html +++ b/setup-wizard/src/app/pages/recover/recover.page.html @@ -52,11 +52,16 @@

{{ partition.label || partition.logicalname }}

{{ partition.capacity | convertBytes }}

-

+

Embassy backup detected

+

+ + No Embassy backup detected + +

diff --git a/setup-wizard/src/app/services/api/live-api.service.ts b/setup-wizard/src/app/services/api/live-api.service.ts index 7a207b463..c9d05dd78 100644 --- a/setup-wizard/src/app/services/api/live-api.service.ts +++ b/setup-wizard/src/app/services/api/live-api.service.ts @@ -59,7 +59,7 @@ export class LiveApiService extends ApiService { async importDrive (guid: string) { const res = await this.http.rpcRequest({ - method: 'setup.execute', + method: 'setup.attach', params: { guid }, })