mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
spec updates
This commit is contained in:
committed by
Aiden McClelland
parent
c21ebd2c5e
commit
77495cb674
@@ -1,6 +1,6 @@
|
||||
import { Injectable } from '@angular/core'
|
||||
import { BehaviorSubject } from 'rxjs';
|
||||
import { ApiService, Drive } from './api/api.service'
|
||||
import { ApiService, DiskInfo } from './api/api.service'
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
@@ -8,9 +8,9 @@ import { ApiService, Drive } from './api/api.service'
|
||||
export class StateService {
|
||||
polling = false
|
||||
|
||||
embassyDrive: Drive;
|
||||
embassyDrive: DiskInfo;
|
||||
embassyPassword: string
|
||||
recoveryDrive: Drive;
|
||||
recoveryDrive: DiskInfo;
|
||||
recoveryPassword: string
|
||||
dataTransferProgress: { bytesTransfered: number; totalBytes: number } | null;
|
||||
dataProgress = 0;
|
||||
|
||||
Reference in New Issue
Block a user