mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
refactor: break routing down to apps level (#2285)
This commit is contained in:
committed by
Aiden McClelland
parent
3804a46f3b
commit
c9a487fa4d
@@ -1003,6 +1003,11 @@ export class MockApiService extends ApiService {
|
||||
return getSetupStatusMock()
|
||||
}
|
||||
|
||||
async followLogs(): Promise<string> {
|
||||
await pauseFor(1000)
|
||||
return 'fake-guid'
|
||||
}
|
||||
|
||||
private async updateProgress(id: string): Promise<void> {
|
||||
const progress = { ...PROGRESS }
|
||||
const phases = [
|
||||
|
||||
Reference in New Issue
Block a user