mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
mo style
This commit is contained in:
committed by
Aiden McClelland
parent
27072b5a3b
commit
517251d672
@@ -5,7 +5,8 @@ import { ApiService, DataDrive, RecoveryDrive } from './api/api.service'
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class StateService {
|
||||
loading = true;
|
||||
loading = true
|
||||
polling = false
|
||||
|
||||
dataDrive: DataDrive;
|
||||
recoveryDrive: RecoveryDrive;
|
||||
@@ -27,6 +28,7 @@ export class StateService {
|
||||
}
|
||||
|
||||
async pollDataTransferProgress() {
|
||||
this.polling = true
|
||||
await pauseFor(7000)
|
||||
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user